From 2d5f8a92f6a83066e1b5f5c9c069914fb1acdca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 25 May 2025 00:53:05 +0200 Subject: [PATCH] Typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- variants/tbeam/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/tbeam/variant.h b/variants/tbeam/variant.h index 8b8415faf..03850f8c6 100644 --- a/variants/tbeam/variant.h +++ b/variants/tbeam/variant.h @@ -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 \ No newline at end of file