adafruit / Adafruit_LvGL_Glue

“Glue” library between LittlevGL and Adafruit GFX (SPITFT)
Other
35 stars 14 forks source link

Improvements for usage with ESP32-x #22

Closed brentru closed 1 year ago

brentru commented 1 year ago

This pull request adds fixes and improvements for using this library with ESP32-x:

brentru commented 1 year ago

@PaintYourDragon This is ready for review. Do you think I should also include/rewrite the FunHouse ESP32-S2 example to use the lock/unlock functionality? I'm not sure I need to, that example doesn't utilize wifi.

PaintYourDragon commented 1 year ago

Regarding FunHouse: although not using WiFi, it would be nice to have an example showing/documenting what the lock/unlock functions are for and how they’re used. Thx!

brentru commented 1 year ago

I'll add those today prior to pulling in.

brentru commented 1 year ago

@PaintYourDragon I've added an example, examples/hello_funhouse_wifi/hello_funhouse_wifi.ino, that shows how to use WiFi and LVGL together (using the modifications to LVGL_Glue proposed by this PR).

I'll merge when passing