mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2025-10-29 19:05:59 +00:00
oops
This commit is contained in:
parent
9476f31986
commit
aa0b879910
17
LCD.h
17
LCD.h
@ -1,17 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include <Wire.h>
|
||||
#include <hd44780.h>
|
||||
#include <hd44780ioClass/hd44780_I2Cexp.h>
|
||||
|
||||
class LCD {
|
||||
public:
|
||||
hd44780_I2Cexp lcd;
|
||||
|
||||
LCD(hd44780_I2Cexp lcd);
|
||||
|
||||
void drawChar(int x, int y, char c);
|
||||
void drawRectangle(int x, int y);
|
||||
void drawBlink(int x, int y);
|
||||
void clear();
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user