Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ctboard:peripherals:7segment_raw [2016/02/25 13:23] – created feurctboard:peripherals:7segment_raw [2022/12/23 11:08] (current) ruan
Line 1: Line 1:
-====== Segment Control ======+====== 7-Segment Display - Segment Control Mode ======
  
-This is the "raw" interface. Each segment of the display can be controled independently. The segments are **"active-low"**, e.g. the segment is on if a logical "0" is written to it. \\ \\+Each segment of the display can be controlled independently. The segments are **"active-low"**, e.g. the segment is on if a logic "0" is written to it. \\ \\
  
-> {{ctboard:ctboard_mode_1.svg?48px }} {{ctboard:ctboard_mode_2.svg?48px }} {{ctboard:ctboard_mode_3.svg?48px }} Please make sure the CT Board is in the correct [[ctboard:mode_switch|mode]]+> {{ctboard:ctboard_mode_1.svg?48px }} {{ctboard:ctboard_mode_2.svg?48px }} {{ctboard:ctboard_mode_3.svg?48px }} {{ctboard:ctboard_mode_4.svg?48px }} Please make sure the CT Board is in the correct mode. 
-> Supported modes: **1**, **2**, **3** +> Supported [[ctboard:mode_switch|modes]]: **1**, **2**, **3**, **4** 
 \\ \\
 +
 +===== Registers =====
 +
 +The registers are read / write.
 +
 +\\ {{ctboard_7seg_raw_reg.svg}} \\ \\
 +
 +===== Diagram =====
 +
 +\\ {{ctboard_7seg_raw.svg?700em}} \\ \\
  
 ===== Programming Example ===== ===== Programming Example =====
  
-The code snippet bellow 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?700em}} \\ \\ 
  • ctboard/peripherals/7segment_raw.1456406631.txt.gz
  • Last modified: 2016/02/25 13:23
  • by feur