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 1b4b3fa3e3 Add battery indicator 4 years ago
Battery.cpp Add battery indicator 4 years ago
Battery.h Add battery indicator 4 years ago
Clock.cpp RTC clock 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 Cache signals during each kernel tick to make run order more predictable 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 Simple UI layer -- responsible for clearing screen and setting basics 4 years ago
UI.h Simple UI layer -- responsible for clearing screen and setting basics 4 years ago
UserInput.cpp Remove debugging code from userinput 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 Add battery indicator 4 years ago