![]() |
Tempo
Tempo is an app that allows users to create and manage timers, stopwatches, and alarms.
|
#include "Timer.hpp"#include "Stopwatch.hpp"#include "Alarm.hpp"#include "../fonts/font1.hpp"#include "../fonts/font2.hpp"#include "../fonts/font3.hpp"#include "../fonts/font4.hpp"#include <cstring>#include <iostream>#include <vector>

Go to the source code of this file.
Data Structures | |
| class | Display |
| The Display class manages the visual representation and interaction logic for timers, stopwatches, and alarms. More... | |
1.8.13