first commit
This commit is contained in:
14
ESP32_WAVESHARE_7x5/Ctrl.cpp
Normal file
14
ESP32_WAVESHARE_7x5/Ctrl.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "Ctrl.h"
|
||||
|
||||
Ctrl::Ctrl()
|
||||
{
|
||||
}
|
||||
|
||||
// static Ctrl * Ctrl::getSingletonInstance()
|
||||
// {
|
||||
// if (!panel) {
|
||||
// Ctrl p;
|
||||
// panel = &p;
|
||||
// }
|
||||
// return panel;
|
||||
// }
|
||||
Reference in New Issue
Block a user