mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 22:18:58 +00:00
parent
b7b8884594
commit
8cf0c67683
7 changed files with 17 additions and 2 deletions
|
|
@ -25,6 +25,11 @@ void Display::setup(std::shared_ptr<BoardConfig> boardConfig)
|
|||
_disp->display(&bitmap);
|
||||
}
|
||||
|
||||
void Display::turn180()
|
||||
{
|
||||
_disp->flipScreenVertically();
|
||||
}
|
||||
|
||||
void Display::update()
|
||||
{
|
||||
if(_statusFrame->isPrio())
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ public:
|
|||
~Display() {}
|
||||
|
||||
void setup(std::shared_ptr<BoardConfig> boardConfig);
|
||||
void turn180();
|
||||
void update();
|
||||
|
||||
void addFrame(std::shared_ptr<DisplayFrame> frame);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue