Source that initializes lvgl drivers. More...
#include <AppGlobal.h>
Macros | |
#define | ACTUAL_DISP_BUF_2 disp_buf2 |
Functions | |
void | lcd_send_data (uint16_t x_start, uint16_t y_start, uint16_t x_end, uint16_t y_end, uint8_t *p) |
Send data pixelwise. | |
void | lvgl_init (void) |
Function to initialize lvgl drivers. | |
Variables | |
lv_display_t * | disp |
Source that initializes lvgl drivers.
#define ACTUAL_DISP_BUF_2 disp_buf2 |
|
extern |
Send data pixelwise.
x_start | starting address of x axis |
y_start | starting address of y axis |
x_end | ending address of the x axis |
y_end | ending address of the y axis |
*p | pixel |
void lvgl_init | ( | void | ) |
Function to initialize lvgl drivers.
None |
lv_display_t* disp |