Added watch_disable_display

This commit is contained in:
David Volovskiy
2025-08-23 11:31:59 -04:00
parent 86fd87a326
commit 358ddeaea9
3 changed files with 18 additions and 4 deletions

View File

@@ -98,6 +98,10 @@ typedef enum {
*/
void watch_enable_display(void);
/** @brief Disables the Segment LCD display.
*/
void watch_disable_display(void);
/** @brief Sets a pixel. Use this to manually set a pixel with a given common and segment number.
* See <a href="segmap.html">segmap.html</a>.
* @param com the common pin, numbered from 0-2.