diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-29 15:06:13 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-29 15:06:13 -0500 |
commit | 764446fb8680d75f93481c039adebda88f0fb960 (patch) | |
tree | bb1cac25fb7a33bed033dfa15cefce1c023d84b7 /dogs.h | |
parent | fdf1a42bba882acc87db3bdd322f4458367d0952 (diff) |
adc measures vdd; sleep mode for 1.1mA idd
Diffstat (limited to 'dogs.h')
-rw-r--r-- | dogs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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_ |