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
-
watch_set_colon
void watch_set_colon(void)
Turns the colon segment on.
Definition: watch_private_display.c:109
+
watch_set_colon
void watch_set_colon(void)
Turns the colon segment on.
Definition: watch_private_display.c:110
watch_enable_display
void watch_enable_display(void)
Enables the Segment LCD display. Call this before attempting to set pixels or display strings.
-
watch_display_string
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
+
watch_display_string
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
watch_tick_animation_is_running
bool watch_tick_animation_is_running(void)
Checks if the tick animation is currently running.
WatchIndicatorSegment
WatchIndicatorSegment
An enum listing the icons and indicators available on the watch.
Definition: watch_slcd.h:45
watch_set_pixel
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....
-
watch_clear_colon
void watch_clear_colon(void)
Turns the colon segment off.
Definition: watch_private_display.c:113
+
watch_clear_colon
void watch_clear_colon(void)
Turns the colon segment off.
Definition: watch_private_display.c:114
watch_start_character_blink
void watch_start_character_blink(char character, uint32_t duration)
Blinks a single character in position 7. Does not affect other positions.
-
watch_clear_indicator
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
+
watch_clear_indicator
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
watch_stop_blink
void watch_stop_blink(void)
Stops and clears all blinking segments.
watch_start_tick_animation
void watch_start_tick_animation(uint32_t duration)
Begins a two-segment "tick-tock" animation in position 8.
-
watch_clear_all_indicators
void watch_clear_all_indicators(void)
Clears all indicator segments.
Definition: watch_private_display.c:131
-
watch_set_indicator
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
+
watch_clear_all_indicators
void watch_clear_all_indicators(void)
Clears all indicator segments.
Definition: watch_private_display.c:132
+
watch_set_indicator
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
watch_clear_pixel
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....
watch_clear_display
void watch_clear_display(void)
Clears all segments of the display, including incicators and the colon.
watch_stop_tick_animation
void watch_stop_tick_animation(void)
Stops the tick/tock animation and clears all animating segments.