We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af959eb commit e05eb4eCopy full SHA for e05eb4e
src/GigaDisplay.cpp
@@ -190,7 +190,7 @@ bool Display::begin(DisplayPixelFormat pixformat) {
190
191
#if __has_include("lvgl.h")
192
printk("initializing LVGL!!!!\n");
193
- /* Initiliaze LVGL library */
+ /* Initialize LVGL library */
194
lv_init();
195
196
src/lv_conf_8.h
@@ -438,7 +438,7 @@
438
*Depends on LV_TXT_LINE_BREAK_LONG_LEN.*/
439
#define LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN 3
440
441
-/*The control character to use for signalling text recoloring.*/
+/*The control character to use for signaling text recoloring.*/
442
#define LV_TXT_COLOR_CMD "#"
443
444
/*Support bidirectional texts. Allows mixing Left-to-Right and Right-to-Left texts.
0 commit comments