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_bin [2022/12/23 12:22] ruanctboard:peripherals:lcd_bin [2026/06/25 15:07] (current) scbj
Line 33: Line 33:
 \\ \\
  
-<code asm+<code text
-ADDR_LCD_BIN    EQU      0x60000330 +.equ ADDR_LCD_BIN,   0x60000330 
-                 + 
-                LDR      r0, =ADDR_LCD_BIN +        ldr     r0,  =ADDR_LCD_BIN 
-                STRB     r1, [r0, #0]                  ; Write byte of data to LCD. +        strb    r1,  [r0, #0]           // Write byte of data to LCD. 
-                STRH     r1, [r0, #2]                  ; Write halfword of data to LCD. +        strh    r1,  [r0, #2]           // Write halfword of data to LCD. 
-                STR      r1, [r0, #4]                  ; Write word of data to LCD.+        str     r1,  [r0, #4]           // Write word of data to LCD.
 </code> </code>
 \\ \\
  • ctboard/peripherals/lcd_bin.txt
  • Last modified: 2026/06/25 15:07
  • by scbj