From fe47bbb70a7f8dc84d769fe89b4b7c773ffb3e9e Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Fri, 4 Mar 2022 20:53:12 +0000 Subject: deploy: ccdf08da876d2c66bbc54cc246443676c4f9bf2e --- watch__slcd_8h_source.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/watch__slcd_8h_source.html b/watch__slcd_8h_source.html index 08960983..f3a6587a 100644 --- a/watch__slcd_8h_source.html +++ b/watch__slcd_8h_source.html @@ -137,19 +137,19 @@ $(function() {
145
149void watch_stop_tick_animation(void);
151#endif
-
void watch_set_colon(void)
Turns the colon segment on.
Definition: watch_private_display.c:109
+
void watch_set_colon(void)
Turns the colon segment on.
Definition: watch_private_display.c:110
void watch_enable_display(void)
Enables the Segment LCD display. Call this before attempting to set pixels or display strings.
-
void watch_display_string(char *string, uint8_t position)
Displays a string at the given position, starting from the top left. There are ten digits....
Definition: watch_private_display.c:95
+
void watch_display_string(char *string, uint8_t position)
Displays a string at the given position, starting from the top left. There are ten digits....
Definition: watch_private_display.c:96
bool watch_tick_animation_is_running(void)
Checks if the tick animation is currently running.
WatchIndicatorSegment
An enum listing the icons and indicators available on the watch.
Definition: watch_slcd.h:45
void watch_set_pixel(uint8_t com, uint8_t seg)
Sets a pixel. Use this to manually set a pixel with a given common and segment number....
-
void watch_clear_colon(void)
Turns the colon segment off.
Definition: watch_private_display.c:113
+
void watch_clear_colon(void)
Turns the colon segment off.
Definition: watch_private_display.c:114
void watch_start_character_blink(char character, uint32_t duration)
Blinks a single character in position 7. Does not affect other positions.
-
void watch_clear_indicator(WatchIndicatorSegment indicator)
Clears an indicator on the LCD. Use this to turn off one of the indicator segments.
Definition: watch_private_display.c:124
+
void watch_clear_indicator(WatchIndicatorSegment indicator)
Clears an indicator on the LCD. Use this to turn off one of the indicator segments.
Definition: watch_private_display.c:125
void watch_stop_blink(void)
Stops and clears all blinking segments.
void watch_start_tick_animation(uint32_t duration)
Begins a two-segment "tick-tock" animation in position 8.
-
void watch_clear_all_indicators(void)
Clears all indicator segments.
Definition: watch_private_display.c:131
-
void watch_set_indicator(WatchIndicatorSegment indicator)
Sets an indicator on the LCD. Use this to turn on one of the indicator segments.
Definition: watch_private_display.c:117
+
void watch_clear_all_indicators(void)
Clears all indicator segments.
Definition: watch_private_display.c:132
+
void watch_set_indicator(WatchIndicatorSegment indicator)
Sets an indicator on the LCD. Use this to turn on one of the indicator segments.
Definition: watch_private_display.c:118
void watch_clear_pixel(uint8_t com, uint8_t seg)
Clears a pixel. Use this to manually clear a pixel with a given common and segment number....
void watch_clear_display(void)
Clears all segments of the display, including incicators and the colon.
void watch_stop_tick_animation(void)
Stops the tick/tock animation and clears all animating segments.
-- cgit v1.2.3