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 [2016/02/25 13:26] – feur | ctboard:peripherals:7segment_raw [2026/06/25 15:02] (current) – [Programming Example] scbj | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 7 Segment | + | ====== 7-Segment |
| - | This is the " | + | Each segment of the display can be controlled |
| - | > {{ctboard: | + | > {{ctboard: |
| - | > Supported modes: **1**, **2**, **3** | + | > Supported |
| \\ | \\ | ||
| + | |||
| + | ===== Registers ===== | ||
| + | |||
| + | The registers are read / write. | ||
| + | |||
| + | \\ {{ctboard_7seg_raw_reg.svg}} \\ \\ | ||
| + | |||
| + | ===== Diagram ===== | ||
| + | |||
| + | \\ {{ctboard_7seg_raw.svg? | ||
| ===== Programming Example ===== | ===== Programming Example ===== | ||
| - | The code snippet | + | The code snippet |
| <code c> | <code c> | ||
| Line 20: | Line 30: | ||
| \\ | \\ | ||
| - | < | + | < |
| - | ADDR_SEG7_RAW | + | .equ ADDR_SEG7_RAW, |
| - | LDR | + | ldr r0, =ADDR_SEG7_RAW |
| - | | + | |
| - | | + | |
| - | | + | |
| </ | </ | ||
| \\ | \\ | ||
| - | ===== Registers ===== | ||
| - | |||
| - | The Registers are read / write. | ||
| - | |||
| - | \\ {{ctboard_7seg_raw_reg.svg}} \\ \\ | ||
| - | |||
| - | ===== Diagram ===== | ||
| - | |||
| - | \\ {{ctboard_7seg_raw.svg? | ||