aboutsummaryrefslogtreecommitdiffstats
path: root/dogs.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-11-29 15:06:13 -0500
committerClyne Sullivan <clyne@bitgloo.com>2020-11-29 15:06:13 -0500
commit764446fb8680d75f93481c039adebda88f0fb960 (patch)
treebb1cac25fb7a33bed033dfa15cefce1c023d84b7 /dogs.h
parentfdf1a42bba882acc87db3bdd322f4458367d0952 (diff)
adc measures vdd; sleep mode for 1.1mA idd
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 1ae24bb..d30c6fa 100644
--- a/dogs.h
+++ b/dogs.h
@@ -23,6 +23,7 @@ void dogs_flush();
void draw_pixel(int x, int y, bool state);
void draw_bitmap(int x, int y, const unsigned char *buffer);
+void draw_number(int x, int y, int number);
#endif // DOGS_H_