Support gamepad switching too. LVGL displayio for speed? Especially scrolling terminal. keypad-like buffer for USB HID devices? Software Code editor Tracker Image editor. w/tile guides Pong Snake 👍1 Activity tannewtadded enhancement on Feb 9, 2025 tannewtadded this to the Long term milesto...
Add native support for LVGL binary fonts on disk Mar 29, 2025 .gitmodules Use upstream for RP2 USB Apr 5, 2025 .mailmap More updates to mailmap based on git shortlog inspection Jul 27, 2024 .pre-commit-config.yaml clean up .pre-commit-config.yaml ...
on_frame_trans_done = NULL, // .on_frame_trans_done = example_notify_lvgl_flush_ready, .user_ctx = &disp_drv, }; ESP_ERROR_CHECK(esp_lcd_new_rgb_panel(&panel_config, &panel_handle)); ESP_ERROR_CHECK(esp_lcd_panel_reset(panel_handle)); ESP_ERROR_CHECK(esp_lcd_panel_init(panel...
It may be used as-is to create graphic frontends to your apps, or may be used as a foundation with GUI libraries such as LVGL, MicroPython-touch or maybe even a GUI framework you've been thinking of developing. Its primary purpose is to provide display and touch drivers for MicroPython,...