mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Merged with development
This commit is contained in:
commit
cfda780b99
@ -42,7 +42,7 @@ uint16_t bg_color = 0;
|
|||||||
uint8_t color_type = COLOR_BW;
|
uint8_t color_type = COLOR_BW;
|
||||||
uint8_t auto_draw = 1;
|
uint8_t auto_draw = 1;
|
||||||
|
|
||||||
const uint8_t DISPLAY_MAX_DRIVERS = 17; // Max number of display drivers/models supported by xdsp_interface.ino
|
const uint8_t DISPLAY_MAX_DRIVERS = 32; // Max number of display drivers/models supported by xdsp_interface.ino
|
||||||
const uint8_t DISPLAY_MAX_COLS = 64; // Max number of columns allowed with command DisplayCols
|
const uint8_t DISPLAY_MAX_COLS = 64; // Max number of columns allowed with command DisplayCols
|
||||||
const uint8_t DISPLAY_MAX_ROWS = 64; // Max number of lines allowed with command DisplayRows
|
const uint8_t DISPLAY_MAX_ROWS = 64; // Max number of lines allowed with command DisplayRows
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user