Support 4.3" (480x272) Color UI display (#20334)
This commit is contained in:
@@ -43,6 +43,9 @@
|
||||
#elif HAS_UI_480x320
|
||||
#define TFT_WIDTH 480
|
||||
#define TFT_HEIGHT 320
|
||||
#elif HAS_UI_480x272
|
||||
#define TFT_WIDTH 480
|
||||
#define TFT_HEIGHT 272
|
||||
#else
|
||||
#error "Unsupported display resolution!"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user