Skip to content

Commit

Permalink
Add missing SPI_FREQUENCY #836
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Dec 14, 2024
1 parent 154a8ff commit de60c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_setups/esp32s3/crowpanel-hmi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ build_flags =
-D TFT_DE=41
-D TFT_VSYNC=40
-D TFT_HSYNC=39
-D TFT_PCLK=0
-D TFT_PCLK=0
-D SPI_FREQUENCY=40000000

[env:elecrow-s3-8048c070_4MB]
extends = elecrow-esp32-s3-tft, flash_4mb
Expand Down

0 comments on commit de60c0a

Please sign in to comment.