Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ctboard:peripherals:lcd_ascii [2026/06/25 15:09] – [Programming Example] scbjctboard:peripherals:lcd_ascii [2026/06/25 15:14] (current) scbj
Line 36: Line 36:
  
         ldr     r0,  =ADDR_LCD_ASCII         ldr     r0,  =ADDR_LCD_ASCII
-        ldr     r1,  ="E"                 // value of ASCII char 'E' into r1.                 +        ldr     r1,  ="E"                 // load value of ASCII char 'E' into r1.                 
-        strb    r1,  [r0, #12]            // 'E' at position 13 on the LCD.+        strb    r1,  [r0, #12]            // write 'E' at position 13 on the LCD.
 </code> </code>
 \\ \\
  
  • ctboard/peripherals/lcd_ascii.1782400150.txt.gz
  • Last modified: 2026/06/25 15:09
  • by scbj