Test if screen address was found

This commit is contained in:
Jm Casler
2021-12-18 11:02:54 -05:00
parent d1370071da
commit f3fc88ac5d
3 changed files with 13 additions and 7 deletions

View File

@@ -97,6 +97,8 @@ class Screen : public concurrency::OSThread
Screen(const Screen &) = delete;
Screen &operator=(const Screen &) = delete;
uint8_t address_found;
/// Initializes the UI, turns on the display, starts showing boot screen.
//
// Not thread safe - must be called before any other methods are called.