Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Thomas Göttgens 2025-05-25 00:53:05 +02:00 committed by GitHub
parent 5ef961dbdb
commit 2d5f8a92f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,5 +68,5 @@
#define TFT_SPI_FREQUENCY 4000000
#define TFT_HEIGHT 222
#define TFT_WIDTH 480
#define BRIGHTNESS_DEFAULT 100 // Medium Low Brightnes
#define BRIGHTNESS_DEFAULT 100 // Medium Low Brightness
#endif