aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
23 hourstestHEADmasterDien-Nhung Nguyen
2024-09-05fix: crash loop on new chip (#45)Dien-Nhung Nguyen
changes: skip reading bitmaps on invalid magic header
2024-08-27animation: add Bluetooth animation in download mode (#17)Dien-Nhung Nguyen
2024-08-27Add animations (#15)Dien-Nhung Nguyen
* animation: add xbm animations * refactor: correct framebuffer terminology * animation: add animations and effect * animation: timing with TMOS scheduler
2024-07-11usb: add cdc-acm serial and write to flashDien-Nhung Nguyen-Phu
2024-07-11usb: add hiddev and write to flashDien-Nhung Nguyen-Phu
2024-07-11usb: handle device request and route to interfacesDien-Nhung Nguyen-Phu
2024-07-11usb: enable debug log over uartDien-Nhung Nguyen-Phu
2024-06-23feat: save received data from BLE to flashDien-Nhung Nguyen-Phu
2024-06-23feat: add initial Bluetooth LE moduleDien-Nhung Nguyen-Phu
2024-06-23fix: incorrect fb accessDien-Nhung Nguyen-Phu
2024-06-13btn: add entering power-off modeDien-Nhung Nguyen-Phu
2024-06-11fb: modularizedDien-Nhung Nguyen-Phu
2024-06-11button: add brightness adjustmentDien-Nhung Nguyen-Phu
2024-06-10button: add entering bootloader on KEY2 long pressDien-Nhung Nguyen-Phu
2024-06-10button: add basic button functionalitiesDien-Nhung Nguyen-Phu
- Provided a way to set handler for each button one-press/long-press - Debouncing with RC filter and Schmitt trigger
2024-06-03led: add basic Charlieplexing scanDien-Nhung Nguyen-Phu
2024-06-03init blink projectDien-Nhung Nguyen-Phu
generated project from EVT