mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 06:02:05 +00:00
fmt
This commit is contained in:
parent
addd294d24
commit
9005703667
@ -14,13 +14,9 @@
|
||||
|
||||
volatile bool isPressed = false;
|
||||
|
||||
TouchScreenCST226SE *TouchScreenCST226SE::instance = nullptr;
|
||||
TouchScreenCST226SE *touchScreenCST226SE;
|
||||
|
||||
TouchScreenCST226SE::TouchScreenCST226SE(uint16_t width, uint16_t height) : TouchScreenBase("CST226", width, height)
|
||||
{
|
||||
instance = this;
|
||||
}
|
||||
TouchScreenCST226SE::TouchScreenCST226SE(uint16_t width, uint16_t height) : TouchScreenBase("CST226", width, height) {}
|
||||
|
||||
void TouchScreenCST226SE::init()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user