-
My image source is monochrome, how to show that in 8bit color mode?
-
Can I suggest some external hardware-related porting code? Let it have a return value. Not all peripheral initialization is successful. You can ask it to return a variable of type bool to determine wh…
-
Hello All,
I am currently in the process of designing a large GUI with complex menue structure.
My question is, what would be the best way to organize the `lv_obj_t *objects`?
would it be better…
-
-
Hi.
I'm trying to create list with 100 objects inside.
Problem:
When ammount of items is more than 60, I got crash:
```
Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception …
-
I put the text size and speed settings in the action function of the button.
If I put it in the page function, it will show up and down. Now the scrolling speed is very fast.
There are about 1000 ro…
-
[Feature Request]
This Feature Request is to allow the body.opa field of lv_style to control the screen transparency, such that, if it is set to LV_OPA_TRANSP, and another graphics plane is used for…
-
User API
--------
Based on `gettext` principles, but focused on simplicity.
Usage example:
```C
#include "lv_i18n.h" // library
#include "translations.h" // generated translations
…
-
Hi,
There are many warnings for Compile littlevgl in keil environment.
------------------------------------------------------------------
Are warnings of this type:
switch(type) {
cas…
-
Hi,
As mentioned in #796 I am using an 128*64 OLED display based on the SSD1306 controller, I had been able to compile the project but noticed the VDB buffer is being filled with all 0x01's so all …