diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-30 19:57:13 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-30 19:57:13 -0500 |
commit | 245866891a98fca3cacffdfb0a27b3505c7d404b (patch) | |
tree | 308e0fc66eb13ad2d9d9f75ae5c498734f3ed8c3 /dogs.h | |
parent | 0f5402ff375821805b9692dab4fff97440198d1d (diff) |
add score; fix y-axis; add pause/sleep
Diffstat (limited to 'dogs.h')
-rw-r--r-- | dogs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ extern unsigned char dogs_buffer[DISP_WIDTH * DISP_HEIGHT / 8]; void dogs_init(); void dogs_clear(); void dogs_flush(); +void dogs_set_sleep(bool sleep); void draw_pixel(int x, int y, bool state); void draw_rect(int x, int y, int w, int h); |