Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef SCREENH
- #define SCREENH
- class Screen {
- public:
- static int test;
- static void InitLCD();
- static void Clear();
- private:
- void SendToLCD();
- static Screen* s_instance;
- char chars[3][20];
- };
- #endif /* SCREEN_H */
Add Comment
Please, Sign In to add comment