From b9b55a9eed0cb94a4ffc2cf3ad709e1cdb89ee9f Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sat, 4 Feb 2023 17:41:42 +0100 Subject: [PATCH] fix(arduino): fix typo --- examples/arduino/LVGL_Arduino/LVGL_Arduino.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino b/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino index 500b82099..cdac054d9 100644 --- a/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino +++ b/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino @@ -7,7 +7,7 @@ /*To use the built-in examples and demos of LVGL uncomment the includes below respectively. *You also need to copy `lvgl/examples` to `lvgl/src/examples`. Similarly for the demos `lvgl/demos` to `lvgl/src/demos`.*/ //#include -//#include +//#include /*Change to your screen resolution*/ static const uint16_t screenWidth = 480;