Merge pull request #103 from voloved/disable_slcd

Added watch_disable_display
This commit is contained in:
voloved
2025-11-22 09:29:33 -05:00
committed by GitHub
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.