From 05895c86bddf50aacb3bb5e6a6bcc073965341ef Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Jan 2025 12:27:14 +0100 Subject: Add first UI --- UI.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 UI.cpp (limited to 'UI.cpp') diff --git a/UI.cpp b/UI.cpp new file mode 100644 index 0000000..f0eb0c3 --- /dev/null +++ b/UI.cpp @@ -0,0 +1,18 @@ +#include "UI.h" + +#include + +void UI::draw() +{ + std::cout << std::endl; + std::cout << "- -- BPM +" << std::endl; + std::cout << "Mode: Click __/__ (Clock Internal)" << std::endl; + std::cout << "Status:" << std::endl; + std::cout << " Alive/not alive" << std::endl; + std::cout << " CPU: --% --% ..." << std::endl; + std::cout << " Notes/Channels: -- -- -- ... (Choose)" << std::endl; + std::cout << " Timestamp: ------" << std::endl; + std::cout << " Active sensing: ---" << std::endl; + std::cout << " Clock: ____" << std::endl; + std::cout << " Click: ____" << std::endl; +} -- cgit v1.2.3