-
Hi all,
Thanks in advance for reading this.
I am trying to use the library in a custom TI Jacinto-6 board to do some basic operations with the display. Turns out that the driver compiles seamless…
-
RTL (Right To Left) support is required for languages such as Hebrew, Arabic, Persian, Urdu and others which are written from right to left and aligned to the right.
RTL languages cover over a bill…
-
I updated lvgl yesterday to master and now i have a problem with LV_COLOR_DEPTH in 32 Bit mode. Before I was using 24 Bit color depth. I attach 2 pictures for you to see the difference between 16 and …
-
Have somebody ported LittlevGL to Stm32duino?
http://wiki.stm32duino.com/index.php?title=Main_Page
http://www.stm32duino.com/
-
Hello,
I have just ported Eclipse project to Codevision, may be it would be interested for other users?
Codeblocks seems to be more quicky and reliable and doesn't need anything to be installed, Min…
-
Hi Gabor,
I picked up what looks to me like unintended behaviour when using your online font converter.
https://use.fontawesome.com/releases/v5.4.1/fontawesome-free-5.4.1-web.zip
From the link …
-
Hi, with respect to this [@kisvegabor 's comment](https://github.com/littlevgl/lvgl/issues/340#issuecomment-460853736), I opened this issue.
This is part of what he said in that comment:
>"area char…
-
With the new lvgl 5.2, i see some special function/configuration for monochrome display. with discussion here, i see more function : littlevgl/lvgl#300
```c
#define LV_VDB_PX_BPP
...
void (*vdb_…
-
Eclipse reported an error during a PC Simulator build (see below).
PC-Simulator v5.2
System: HP ZBook 15u G3
System Type: x64-based PC
OS Name: Microsoft Windows 10 Enterprise
Version: 10.0.171…
-
Hi,
I am trying to create a page that allows a user to edit some configuration items. The page contains multiple objects, including ddlist and textareas. I use popup keyboards for text areas.
Th…