Merge pull request #103 from voloved/disable_slcd
Added watch_disable_display
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user