From f92b53775a84fad0264cdbdbdfe4fcce34e0a8a2 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Tue, 10 Jan 2023 21:56:45 +0000 Subject: deploy: 6b71711079bd35cab61356e7b47c27445fd5eee5 --- watch__slcd_8h_source.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'watch__slcd_8h_source.html') diff --git a/watch__slcd_8h_source.html b/watch__slcd_8h_source.html index 5c0d4f8f..2fff67af 100644 --- a/watch__slcd_8h_source.html +++ b/watch__slcd_8h_source.html @@ -144,19 +144,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:110
+
void watch_set_colon(void)
Turns the colon segment on.
Definition: watch_private_display.c:140
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:96
+
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:126
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:114
+
void watch_clear_colon(void)
Turns the colon segment off.
Definition: watch_private_display.c:144
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:125
+
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:155
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: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_all_indicators(void)
Clears all indicator segments.
Definition: watch_private_display.c:162
+
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:148
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