Reduce RAM usage for TFT Color UI on SGen-L (#20179)

This commit is contained in:
Victor Oliveira
2020-11-17 17:32:30 -03:00
committed by GitHub
parent a15ab85557
commit 51a1561ae9
3 changed files with 7 additions and 4 deletions

View File

@ -268,7 +268,8 @@
#define LCD_PINS_ENABLE -1
#define LCD_PINS_RS -1
#define TFT_BUFFER_SIZE 2400
#define TFT_BUFFER_SIZE 1200
#define TFT_QUEUE_SIZE 6144
#define BTN_EN1 P3_25
#define BTN_EN2 P3_26