mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 06:17:42 +00:00
Calculator app (#1474)
* implemented calculator app * improved output * refactoring
This commit is contained in:
@@ -626,6 +626,8 @@ void Console::write(std::string message) {
|
||||
} else {
|
||||
if (c == '\n') {
|
||||
crlf();
|
||||
} else if (c == '\r') {
|
||||
pos = {0, pos.y()};
|
||||
} else if (c == '\x1B') {
|
||||
escape = true;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user