aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
22 hourstestDien-Nhung Nguyen
2024-09-29feat: add build option for usb-c versionDien-Nhung Nguyen-Phu
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-23fix: fb linked list misplacedDien-Nhung Nguyen-Phu
2024-06-15fix: missing deallocatingDien-Nhung Nguyen-Phu
2024-06-13Merge pull request #16 from kienvo/power-offFrançois Cartegnie
Add entering power-off mode
2024-06-13btn: add entering power-off modeDien-Nhung Nguyen-Phu
2024-06-13fix: first leds of the first two columns are switchedxieve
2024-06-11fb: modularizedDien-Nhung Nguyen-Phu
2024-06-11button: add brightness adjustmentDien-Nhung Nguyen-Phu
2024-06-11Merge pull request #13 from kienvo/xbm-supportFrançois Cartegnie
Add support for .xbm bitmap file
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-10Add support for .xbm bitmap fileDien-Nhung Nguyen-Phu
.xbm is easy to include in C as source file. It could be viewed and edited directly without need to be converted between images and C array.
2024-06-03led: add basic Charlieplexing scanDien-Nhung Nguyen-Phu
2024-06-03init blink projectDien-Nhung Nguyen-Phu
generated project from EVT