mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
add Vcc_GPIO & handle LMS 32-pixels fixed display height
This commit is contained in:
@@ -32,5 +32,5 @@ extern struct display_s {
|
||||
void (*text)(enum display_pos_e pos, int attribute, char *msg);
|
||||
void (*update)(void);
|
||||
void (*draw)(int x1, int y1, int x2, int y2, bool by_column, u8_t *data);
|
||||
void (*draw_cbr)(u8_t *data);
|
||||
void (*draw_cbr)(u8_t *data, int height); // height is the # of columns in data, as oppoosed to display height (0 = display height)
|
||||
} *display;
|
||||
Reference in New Issue
Block a user