Description
Can LVGL support the segment LCD? such as:
What MCU/Processor/Board and compiler are you using?
Segment LCD
What LVGL version are you using?
LVGL v8.3.10
What do you want to achieve?
Support GUI development for segment LCD.
Can LVGL support the segment LCD? such as:
Segment LCD
LVGL v8.3.10
Support GUI development for segment LCD.
no it doesn’t. That is because a segmented display like that isn’t really “graphics” in the typical sense. The other issue is the large enormity of differences in how those displays work. The data format/data API is anything but standard.
LVGL is able to draw a segmented display like that onto a TFT display. so if you wanted the display to appear to be like a segmented display you can do that.
Segmented display example in LVGL
Got it, thanks for your reply.