mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:03 +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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue