summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch_slcd.h
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2021-10-18 15:37:41 -0400
committerGitHub <noreply@github.com>2021-10-18 15:37:41 -0400
commit6210e1c233a3ee66274389e85889b0681102378d (patch)
treeec94a012f533e8f7017223648321c46c3c9796f4 /watch-library/watch/watch_slcd.h
parent84c0fbfa2a68dc3c29b989947567d111e70a037b (diff)
parent32710098577c982123d9391132165c0b02a57482 (diff)
downloadSensor-Watch-6210e1c233a3ee66274389e85889b0681102378d.tar.gz
Sensor-Watch-6210e1c233a3ee66274389e85889b0681102378d.tar.bz2
Sensor-Watch-6210e1c233a3ee66274389e85889b0681102378d.zip
Merge pull request #17 from joeycastillo/wip-launcher
Resolves #13
Diffstat (limited to 'watch-library/watch/watch_slcd.h')
-rw-r--r--watch-library/watch/watch_slcd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/watch-library/watch/watch_slcd.h b/watch-library/watch/watch_slcd.h
index 4e710936..e18ee9b4 100644
--- a/watch-library/watch/watch_slcd.h
+++ b/watch-library/watch/watch_slcd.h
@@ -69,6 +69,10 @@ void watch_set_pixel(uint8_t com, uint8_t seg);
*/
void watch_clear_pixel(uint8_t com, uint8_t seg);
+/** @brief Clears all segments of the display, including incicators and the colon.
+ */
+void watch_clear_display();
+
/** @brief Displays a string at the given position, starting from the top left. There are ten digits.
A space in any position will clear that digit.
* @param string A null-terminated string.