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_ascii [2020/09/05 15:51] – [LCD ASCII Interface] ruan | ctboard:peripherals:lcd_ascii [2026/06/25 15:14] (current) – scbj | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| > Supported [[ctboard: | > Supported [[ctboard: | ||
| \\ | \\ | ||
| + | |||
| + | ===== Registers ===== | ||
| + | |||
| + | The registers are write only. | ||
| + | |||
| + | \\ {{ctboard_lcd_ascii_reg_new.svg}} \\ \\ | ||
| + | |||
| + | ===== Display Positions ===== | ||
| + | |||
| + | \\ {{ctboard_lcd_ascii_new.svg? | ||
| + | |||
| + | Base address: 0x6000' | ||
| ===== Programming Example ===== | ===== Programming Example ===== | ||
| Line 20: | Line 32: | ||
| \\ | \\ | ||
| - | < | + | < |
| - | ADDR_LCD_ASCII | + | .equ ADDR_LCD_ASCII, 0x60000300 |
| - | LDR | + | ldr r0, =ADDR_LCD_ASCII |
| - | | + | |
| - | | + | |
| </ | </ | ||
| \\ | \\ | ||
| - | ===== Registers ===== | ||
| - | |||
| - | The registers are write only. | ||
| - | |||
| - | \\ {{ctboard_lcd_ascii_reg_new.svg}} \\ \\ | ||
| - | |||
| - | ===== Display Positions ===== | ||
| - | |||
| - | \\ {{ctboard_lcd_ascii_new.svg? | ||
| - | |||
| - | Base address: 0x6000' | ||