working on UI
This commit is contained in:
2
draw.h
2
draw.h
@@ -28,6 +28,6 @@ void draw_rect(const int x, const int y, const int w, const int h, const uint8_t
|
||||
void draw_inset(const int x, const int y, const int w, const int h, const uint8_t color1, const uint8_t color2);
|
||||
void draw_outset(const int x, const int y, const int w, const int h, const uint8_t color1, const uint8_t color2);
|
||||
void draw_line(const int x1, const int y1, const int x2, const int y2, const uint8_t color);
|
||||
void draw_dotted(const int x1, const int y1, const int x2, const int y2, const uint8_t color);
|
||||
void draw_dotted(const int x1, const int y, const int x2, const uint8_t color);
|
||||
void draw_char(const char chr, const int x, const int y, const uint8_t color);
|
||||
void draw_string(const char* str, int x, const int y, const uint8_t color);
|
||||
|
||||
Reference in New Issue
Block a user