Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ctboard:peripherals:lcd_bin [2016/06/08 11:01] – [Binary Interface] feur | ctboard:peripherals:lcd_bin [2026/06/25 15:07] (current) – scbj | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| > Supported [[ctboard: | > Supported [[ctboard: | ||
| \\ | \\ | ||
| + | |||
| + | ===== Registers ===== | ||
| + | |||
| + | The Registers are read / write. | ||
| + | |||
| + | \\ {{ctboard_lcd_bin_reg_new.svg}} \\ \\ | ||
| + | |||
| + | ===== Display Positions ===== | ||
| + | |||
| + | \\ {{ctboard_lcd_bin_new.svg? | ||
| + | |||
| + | Base address: 0x6000' | ||
| ===== Programming Example ===== | ===== Programming Example ===== | ||
| Line 18: | Line 30: | ||
| CT_LCD-> | CT_LCD-> | ||
| CT_LCD-> | CT_LCD-> | ||
| - | CT_LCD-> | ||
| </ | </ | ||
| \\ | \\ | ||
| - | < | + | < |
| - | ADDR_LCD_BIN | + | .equ ADDR_LCD_BIN, 0x60000330 |
| - | + | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | STRD r1, [r0, #0] ; Write doubleword | + | |
| </ | </ | ||
| \\ | \\ | ||
| - | |||
| - | ===== Registers ===== | ||
| - | |||
| - | The Registers are read / write. | ||
| - | |||
| - | \\ {{ctboard_lcd_bin_reg_new.svg}} \\ \\ | ||
| - | |||
| - | ===== Display Positions ===== | ||
| - | |||
| - | \\ {{ctboard_lcd_bin_new.svg? | ||
| - | |||
| - | Base address: 0x6000' | ||