You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve genesis emulation (#88)
* wip some tests
* reduce full frameskip back to 3 and fix sa
* fix genesis some
* working / good genesis audio
* update sdkconfig
* fix sa
* update readme
* minor update to patches
[BREAKING] Update espp for LVGL v9 and refactor some components (#87)
* chore: Update to LVGL v9
* wip trying to get it working...
* update espp to latest main
* update espp submodule
* update to latest espp
* move haptics into box-emu component
* wip guis
* update color format
* fix sms color
* added log about how many were loaded
* update menu task management
* update gui to use HRT for task and have roller use quick animation
* update to use latest apis - use new haptics apis and such
* decrease default transition time and refresh period, add 80mhz flash freq
* decrease lvgl memory from 60k to 40k
* minor update
* update styling and handle case that there is no gamepad
* dont fail out of main if no haptics
* update espp with latest apis for esp-box, display drivers fixes, and update box-emu accordingly
* update lvgl memory after finding failure at 40k with selector in menu
Merge pull request #73 from esp-cpp/feature/espp-update-and-esp-box-c…
…omponent
Replace box-emu-hal (non-component) with actual box-emu component and use esp-box component from espp