@@ -6,41 +6,54 @@ NOTE: Any numbering of examples is to retain consistency with the Arduino librar
6
6
## Qwiic Alphanumeric Ex01 Print String
7
7
This example shows how to use the print() function to illuminate strings
8
8
on the alphanumeric display.
9
- ----------------------------------------------------------------------
9
+
10
+ The key methods showcased by this example are:
11
+ - [ print()] ( https://docs.sparkfun.com/qwiic_alphanumeric_py/classqwiic__alphanumeric_1_1_qwiic_alphanumeric.html#a916b7edd972f2655306c29fa94e11c8b )
10
12
11
13
## Qwiic Alphanumeric Ex02 Turn On One Segment
12
14
This example tests illuminating individual segments of the display. Pass
13
15
in the segment and digit you wish to illuminate into illuminate_segment().
14
- ----------------------------------------------------------------------
16
+
17
+ The key methods showcased by this example are:
18
+ - [ illuminate_segment()] ( https://docs.sparkfun.com/qwiic_alphanumeric_py/classqwiic__alphanumeric_1_1_qwiic_alphanumeric.html#a57963d3941b17d1cf992b60dd68bd299 )
19
+ - [ update_display()] ( https://docs.sparkfun.com/qwiic_alphanumeric_py/classqwiic__alphanumeric_1_1_qwiic_alphanumeric.html#adaa07a72b027a94dff73b75bea491eae )
20
+
15
21
16
22
## Qwiic Alphanumeric Ex03 Print Char
17
23
This example tests illuminating a whole character on the 14-segment display.
18
- ----------------------------------------------------------------------
24
+
25
+ The key methods showcased by this example are:
26
+ - [ print_char()] ( https://docs.sparkfun.com/qwiic_alphanumeric_py/classqwiic__alphanumeric_1_1_qwiic_alphanumeric.html#aa69cf5d994454993d1de69ad109773b2 )
19
27
20
28
## Qwiic Alphanumeric Ex04 Set Brightness
21
29
This example sets the brightness of the Qwiic Alphanumeric display.
22
- ----------------------------------------------------------------------
30
+
31
+ The key methods showcased by this example are:
32
+ - [ set_brightness()] ( https://docs.sparkfun.com/qwiic_alphanumeric_py/classqwiic__alphanumeric_1_1_qwiic_alphanumeric.html#ac76307a2ce343f33fbb081fb6e79deaa )
23
33
24
34
## Qwiic Alphanumeric Ex05 Set Blink Rate
25
35
This example sets the blink rate of the display.
26
- ----------------------------------------------------------------------
36
+
37
+ The key methods showcased by this example are:
38
+ - [ set_blink_rate()] ( https://docs.sparkfun.com/qwiic_alphanumeric_py/classqwiic__alphanumeric_1_1_qwiic_alphanumeric.html#a3dd5d0256707dd2e47f46fbd7cb8d483 )
27
39
28
40
## Qwiic Alphanumeric Ex06 Colon And Decimal
29
41
This example tests the library's response to printing colons or decimal points.
30
- ----------------------------------------------------------------------
31
42
32
43
## Qwiic Alphanumeric Ex07 Unknown Char
33
44
This example demonstrates what the library does when the user tries to
34
45
print an unknown character.
35
- ----------------------------------------------------------------------
36
46
37
47
## Qwiic Alphanumeric Ex08 Multi Display
38
48
This example demonstrates how to connect multiple displays to the bus
39
49
to print longer strings.
40
- ----------------------------------------------------------------------
50
+
51
+ The key methods showcased by this example are:
52
+ - [ set_brightness()] ( https://docs.sparkfun.com/qwiic_alphanumeric_py/classqwiic__alphanumeric_1_1_qwiic_alphanumeric.html#ac76307a2ce343f33fbb081fb6e79deaa )
41
53
42
54
## Qwiic Alphanumeric Ex09 Scrolling String
43
55
This example tests the scrolling functionality of the display.
44
- ----------------------------------------------------------------------
45
56
57
+ The key methods showcased by this example are:
58
+ - [ shift_left()] ( https://docs.sparkfun.com/qwiic_alphanumeric_py/classqwiic__alphanumeric_1_1_qwiic_alphanumeric.html#af8c2ce0cbca070fe7d133b3a1078429b )
46
59
0 commit comments