pl_text_size_009
This commit is contained in:
@@ -47,6 +47,7 @@ class Display {
|
||||
bool deepsleep();
|
||||
void wakeup();
|
||||
void setContrast();
|
||||
void printPLitem(uint8_t pos, const char* item);
|
||||
private:
|
||||
ScrollWidget _meta, _title1, _plcurrent;
|
||||
ScrollWidget *_weather;
|
||||
@@ -105,6 +106,7 @@ class Display {
|
||||
void setContrast(){}
|
||||
bool deepsleep(){return true;}
|
||||
void wakeup(){}
|
||||
void printPLitem(uint8_t pos, const char* item){}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user