Search found 2 matches

by halbritt
Sun Mar 10, 2019 2:21 am
Forum: ESP32 boards
Topic: High level GUI lib/framework
Replies: 32
Views: 37994

Re: High level GUI lib/framework

Which particular ILI9341 driver does this use? I've just started looking at this and want to test, but it's not immediately obvious to me. I've done a little more reading and figured it out. The driver is included with the binding: https://github.com/littlevgl/lv_binding_micropython/tree/master/dri...
by halbritt
Sat Mar 09, 2019 3:12 am
Forum: ESP32 boards
Topic: High level GUI lib/framework
Replies: 32
Views: 37994

Re: High level GUI lib/framework

LittlevGL now officially supports Micropython! More details: https://blog.littlevgl.com/2019-02-20/micropython-bindings This is an experimental feature, so we would appreciate your feedback. You can try this example Micropython fork . It has LittlevGL module enabled for the unix port and the ESP32 ...