1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-19 02:32:31 +02:00

Add compiler flags for scaling and antialiasing

This commit is contained in:
Norbert Walter
2026-03-01 17:24:32 +00:00
parent 2c2318adcc
commit 44e99cda50
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -59,6 +59,8 @@ build_flags=
# -D DISPLAY_GYE042A87 #alternativ E-Ink display from Genyo Optical, R10 2.2 ohm - medium
# -D DISPLAY_SE0420NQ04 #alternativ E-Ink display from SID Technology, R10 2.2 ohm - bad (burn in effects)
-D DISPLAY_ST7796 #ST7796 TFT LCD display (480x320 color display)
-D OBP_TFT_ENABLE_SCALING=1 #TFT scaling on/off (1=scale to max Y=320, 0=no scaling)
-D OBP_TFT_SCALE_ANTIALIAS=1 #Antialiasing for TFT scaling (1=on, 0=off)
# -D DISPLAY_ZJY400300-042CAAMFGN #alternativ E-Ink display from ZZE Technology, R10 2.2 ohm - very good
# -D ENABLE_PATCHES #enable patching of gateway code
${env.build_flags}