George Beckstein

Results 38 comments of 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. ![Screenshot from 2019-05-22 00-26-30](https://user-images.githubusercontent.com/350500/58147410-54843f80-7c28-11e9-8700-6ff985986990.png)

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!