MathyV / lvgl_esp32_mpy

LVGL on ESP32 with MicroPython (as a USER_C_MODULE)
MIT License
8 stars 7 forks source link

Add missing display initialization #3

Closed martyy665 closed 4 months ago

martyy665 commented 4 months ago

Add missing method call, discussed in #2

MathyV commented 4 months ago

Merged in 4671e42a530582f6c5080aacef56e9cda58a128f

I moved the init() to hardware.py as I want that file to be reusable for different examples.