-
Hi,
Thanks for releaseing 5.1,it's really nice!
I add a camera to stm32f407,I plan to take photos by this camera and store it in nandflash,I wonder how to display it on LittlevGL?
-
In my project the issue us reproduced when the User interface shows the mbox. After press Ok button I am getting a hardfault.
In the debug mode I can successfully exit from the mbox callbaxk functi…
-
Hi,
after creating screen or menu do we need to clear or delete created label graph extra once created from jumping from one screen to other and how to do it?
-
lv_drivers/display/fbdev.c:17:10: fatal error: 'linux/fb.h' file not found
-
hi. i use LVGL library .is there any way to zoom in and out on an image.(when i change size of image container , the size of it's image is constant and add an array of that image inside it.) i want to…
-
Hello,
Firstly I want to say thanks. This is very interesting project.
I would like to ask that there is any support about touch calibrate. How can I read the raw value from touch sensor?
-
Hi,
thanks for this great library!
I notice that the line ends are either ending in a vertical or in a horizontal fashion, I think depending on the slope.
Would it be nice if it could be the relate…
-
Call the functions of the document, such as these:
lv_obj_t * par = lv_obj_create(lv_scr_act(), NULL);
lv_obj_set_size(par, 100, 80); /*Set the size of the pa
lv_obj_t * obj1 = lv_obj_create(par, …
-
Hello,
according my attached image you can see left side the "linux_frame_buffer" folder and structure.
I added in the empty folders "lv_drivers, Lv_examples, lvgl" the corresponding files.
Then I'…
-
I see activity on screen rotation, but wondering if there are plans to support rotating an image as would be needed to implement analog clock with fancy indicators etc... One option is to create multi…