Support M5Stack with LORA868 (RA01H) Module and TFT Display (PRIVATE_HW, Canon Hardware TBD)

This commit is contained in:
Thomas Göttgens
2022-05-09 19:50:39 +02:00
parent 4940822ae8
commit 5ee8c56c94
6 changed files with 101 additions and 11 deletions

View File

@@ -22,6 +22,12 @@ class TFTDisplay : public OLEDDisplay
// Write the buffer to the display memory
virtual void display(void) override;
/**
* shim to make the abstraction happy
*
*/
void setDetected(uint8_t detected);
protected:
// the header size of the buffer used, e.g. for the SPI command header