add scaling modes
This commit is contained in:
+6
-5
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user