Tempo
Tempo is an app that allows users to create and manage timers, stopwatches, and alarms.
Data Structures
Display.hpp File Reference
#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>
Include dependency graph for Display.hpp:
This graph shows which files directly or indirectly include this file:

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...