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