add scaling modes

This commit is contained in:
Tobias Gunkel
2025-08-11 21:27:36 +02:00
parent 5302f017f2
commit 0c0bc03e48
5 changed files with 210 additions and 121 deletions
+6 -5
View File
@@ -6,23 +6,24 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git#651837d09a1a5
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 512k
#board_build.filesystem_size = 512k
#upload_protocol = mbed
upload_protocol = cmsis-dap
upload_protocol = mbed
#upload_protocol = cmsis-dap
debug_tool = cmsis-dap
build_src_filter =
+<*.cpp>
#lib_ldf_mode = chain+
lib_ldf_mode = chain+
lib_deps =
bodmer/TFT_eSPI@^2.5.43
xreef/PCF8574 library@^2.3.7
build_flags =
-I.
-Isrc/tft-espi-config/
-Iinc
-Iext
-Iext/minigb_apu
[env:pico]