added GUI files
This commit is contained in:
parent
9ccab0c207
commit
c7eddd1bf3
1 changed files with 0 additions and 1 deletions
1
gui.c
1
gui.c
|
@ -35,6 +35,5 @@ void guiInit(void) {
|
|||
|
||||
void guiDrawButton(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, unsigned char *str, uint16_t fontColor, uint16_t buttonColor, uint8_t *state) {
|
||||
lcdDrawRectString(x0, y0, x1, y1, str, fontColor, buttonColor);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue