blob: 3a6835cae44f0bfaaa4255116e9b7796349d9187 (
plain)
1
2
3
4
5
6
7
|
#ifndef GUI_H
#define GUI_H
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);
#endif
|