aboutsummaryrefslogtreecommitdiffstats
path: root/dogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'dogs.h')
-rw-r--r--dogs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dogs.h b/dogs.h
index c165979..194c3e1 100644
--- a/dogs.h
+++ b/dogs.h
@@ -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);