George Beckstein
George Beckstein
> > > Please explain why you think using LittlevGL for the graphics library would be better. > > * Because it will boost lvgl library itself forward, see my...
The examples from pylvgl use pyQT5 as the backend. I used a similar process to create a GTK-based LVGL display. See screenshot below (just demo UI, not any kind of...
@rreilink Yes, that's what I was thinking. My first thought is to use an XML internal representation. Then, we can develop converters that take the XML and generate the appropriate...
Began work on PyQt-based GUI builder. Being somewhat blocked by the state of the pylvgl binding. See the initial-development branch. 
I have a basic lvgl simulator working with the newest release of pylvgl. I decided to use `QGraphicsView` as the base class because it has a framework in place for...
Got some basic introspection working with lvgl objects. I have it automatically populating the widget list from classes discovered in the `lvgl` module that inherit from `lvgl.Obj`. This way, when...
> I've noticed that the ST7789 within uDisplay has following functions: > > ``` > void set_tearing_effect_scanline(uint16_t row); > void tearing_effect_off(void); > void tearing_effect_on(uint8_t mode); > ``` > > Does...
I'll definitely do this!