summaryrefslogtreecommitdiff
path: root/src/events/include/event_queue.hpp
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2023-11-07use std::list instead of std::deque for eventsjacqueline
std::deque loves to allocate 512 bytes in internal memory just for fun
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25fuck offjacqueline
2023-06-30Start on converting gpio expander interupts to fsm eventsjacqueline
2023-06-01Add touchwheel -> encoder adapterjacqueline
2023-05-24Add some placeholder splash and menu screensjacqueline
Includes a bunch of misc display fixes. Most significantly, our lvgl tickers was busted.
2023-05-24reuse annotate new filesjacqueline
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline