mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 15:02:41 +00:00
Fix build error in rak_wismesh_tap_v2 (#7905)
In the logs was: "No screen resolution defined in build_flags. Please define DISPLAY_SIZE." set according to similar devices.
This commit is contained in:
parent
2354c52b16
commit
15f4aebcd5
@ -70,6 +70,7 @@ build_flags =
|
||||
${ft5x06.build_flags}
|
||||
-D LGFX_SCREEN_WIDTH=240
|
||||
-D LGFX_SCREEN_HEIGHT=320
|
||||
-D DISPLAY_SIZE=320x240 ; landscape mode
|
||||
-D LGFX_PANEL=ST7789
|
||||
-D LGFX_ROTATION=1
|
||||
-D LGFX_TOUCH_X_MIN=0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user