Sync repo
This commit is contained in:
parent
be23213164
commit
01179bb945
5
glcd.c
5
glcd.c
@ -104,13 +104,8 @@ void lcdDrawLine(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint16_t co
|
||||
}
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
void lcdSetFont(const uint8_t *fnt) {
|
||||
font = fnt;
|
||||
=======
|
||||
void lcdSetFont(const uint8_t *newFont) {
|
||||
font = newFont;
|
||||
>>>>>>> cleanups
|
||||
}
|
||||
|
||||
void lcdSetFontTransparency(uint8_t transparency) {
|
||||
|
Loading…
Reference in New Issue
Block a user