Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ctboard:peripherals:7segment_raw [2018/01/14 09:23] – [Programming Example] ruan | ctboard:peripherals:7segment_raw [2022/12/23 11:08] (current) – ruan | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 7 Segment | + | ====== 7-Segment |
- | This is the " | + | Each segment of the display can be controlled |
> {{ctboard: | > {{ctboard: | ||
> Supported [[ctboard: | > Supported [[ctboard: | ||
\\ | \\ | ||
+ | |||
+ | ===== Registers ===== | ||
+ | |||
+ | The registers are read / write. | ||
+ | |||
+ | \\ {{ctboard_7seg_raw_reg.svg}} \\ \\ | ||
+ | |||
+ | ===== Diagram ===== | ||
+ | |||
+ | \\ {{ctboard_7seg_raw.svg? | ||
===== Programming Example ===== | ===== Programming Example ===== | ||
- | The code snippet below shows how to use the 7 segment display in segment control mode. | + | The code snippet below shows how to use the 7-segment display in segment control mode. |
<code c> | <code c> | ||
Line 30: | Line 40: | ||
\\ | \\ | ||
- | ===== Registers ===== | ||
- | |||
- | The Registers are read / write. | ||
- | |||
- | \\ {{ctboard_7seg_raw_reg.svg}} \\ \\ | ||
- | |||
- | ===== Diagram ===== | ||
- | |||
- | \\ {{ctboard_7seg_raw.svg? |