A simple operating system for the ESP32-based M5StickC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Adam Pippin 11b8cb75d9 Add rotation support to the UI task 4 years ago
Battery.cpp Remove test window from test func; update Battery + Clock to use new UI 4 years ago
Battery.h Add battery indicator 4 years ago
Clock.cpp Remove test window from test func; update Battery + Clock to use new UI 4 years ago
Clock.h Added basic "Clock" process 4 years ago
Colours.h Initial commit 4 years ago
EAT.cpp Added EAT - EEPROM Allocation Table - storage management 4 years ago
EAT.h Added EAT - EEPROM Allocation Table - storage management 4 years ago
Kernel.cpp Attempt to handle debouncing inputs 4 years ago
Kernel.h Cache signals during each kernel tick to make run order more predictable 4 years ago
PowerManagement.cpp Adjust default screen brightness down, set on start 4 years ago
PowerManagement.h Move button press detection to kernel based off of wake event 4 years ago
UI.cpp Add rotation support to the UI task 4 years ago
UI.h Add rotation support to the UI task 4 years ago
UserInput.cpp Attempt to handle debouncing inputs 4 years ago
UserInput.h Move button press detection to kernel based off of wake event 4 years ago
Util.cpp Move rgb_to_colour to utils 4 years ago
Util.h Move rgb_to_colour to utils 4 years ago
watchos.ino Remove test window from test func; update Battery + Clock to use new UI 4 years ago