A lightweight, cross-platform Pomodoro timer built with LVGL v9.4.0
The build script is design to build and run on window.
git clone https://github.com/dchithinh/MicroPomo.git
cd MicroPomo && ./build.cmd
The draw.io file design is provided in doc
and also the readme.md
- Use can use this build design to run/debug on your PC. Then can intergate the
pomodoro
folder standablone into your HW OR - Take the whole code and add your HW driver into
hal
As an example, I have taken pomodoro
folder into my STM32F407 board. You can have a look at stm32f407xx_pomodoro
- lv_port_pc_vscode: https://github.com/lvgl/lv_port_pc_vscode