Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ctboard:peripherals:7segment_bin [2016/02/25 13:24] – created feur | ctboard:peripherals:7segment_bin [2022/12/23 11:07] (current) – [Programming Example] ruan | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | Additionally the display | + | The four 7-segment displays |
- | In this mode the display can't be switched off, use the [[# | + | In this mode the display can't be switched off, use the [[7segment_raw|segment control |
- | > {{ctboard: | + | > {{ctboard: |
- | > Supported modes: **1**, **2**, **3** | + | > Supported |
\\ | \\ | ||
+ | |||
+ | ===== Registers ===== | ||
+ | |||
+ | The registers are read / write. | ||
+ | |||
+ | \\ {{ctboard_7seg_bin_reg.svg}} \\ \\ | ||
+ | |||
+ | ===== Diagram ===== | ||
+ | |||
+ | \\ {{ctboard_7seg_bin.svg? | ||
===== Programming Example ===== | ===== Programming Example ===== | ||
- | The code snippet | + | The code snippet |
<code c> | <code c> | ||
Line 21: | Line 31: | ||
<code asm> | <code asm> | ||
- | ADDR_SEG7_BIN | + | ADDR_SEG7_BIN |
LDR r0, =ADDR_SEG7_BIN | LDR r0, =ADDR_SEG7_BIN | ||
Line 29: | Line 39: | ||
\\ | \\ | ||
- | ===== Registers ===== | ||
- | |||
- | The Registers are read / write. | ||
- | |||
- | \\ {{ctboard_7seg_bin_reg.svg}} \\ \\ | ||
- | |||
- | ===== Diagram ===== | ||
- | |||
- | \\ {{ctboard_7seg_bin.svg? |