From 33022cef3657e03821077432ba8ff20cb9b20d83 Mon Sep 17 00:00:00 2001 From: KillTheGoblin Date: Sun, 8 Jun 2025 23:58:05 +0200 Subject: [PATCH] useful comment that is very useful --- src/components/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/screen.h b/src/components/screen.h index 86e3c81..f488898 100644 --- a/src/components/screen.h +++ b/src/components/screen.h @@ -23,7 +23,7 @@ typedef struct nn_screen { bool isOn; bool isTouchModeInverted; bool isPrecise; - bool isDirty; + bool isDirty; // ooh la laa nn_address keyboards[NN_MAX_SCREEN_KEYBOARDS]; size_t keyboardCount; } nn_screen;