Skip to content

Commit

Permalink
Adding PNG lib and tweaking the SPI speed≈
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter committed Oct 14, 2023
1 parent 5f88ed7 commit 36c3365
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ neopixel_lib = adafruit/Adafruit NeoPixel@1.11.0
gfx_display_libs =
# lvgl/lvgl@8.3.9
bodmer/TFT_eSPI@^2.5.31
bitbank2/PNGdec@^1.0.1
SPI

gfx_display_build_flags =
Expand All @@ -131,7 +132,14 @@ gfx_display_build_flags =
-D LOAD_FONT7
-D LOAD_FONT8
-D LOAD_GFXFF
-D SPI_FREQUENCY=15999999
-D SMOOTH_FONT
# -D SPI_FREQUENCY=15999999
# -D SPI_FREQUENCY=20000000
# -D SPI_FREQUENCY=27000000
-D SPI_FREQUENCY=40000000
# -D SPI_FREQUENCY=55000000
# -D SPI_FREQUENCY=65000000
# -D SPI_FREQUENCY=80000000
-D SPI_READ_FREQUENCY=20000000
-D SPI_TOUCH_FREQUENCY=600000
-D ENABLE_SCREEN_LCD_TFT
Expand Down

0 comments on commit 36c3365

Please sign in to comment.