ugfx/gui.h

8 lines
188 B
C
Raw Normal View History

2012-06-07 12:37:29 +00:00
#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