Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[op2: 11h] Display message on LCD

Displays a custom message of up to 20 characters in the controller’s LCD.

Code Block
F0  -- SysEx Start
00  -- Manufacturer ID 1
21  -- Manufacturer ID 2
24  -- Manufacturer ID 3
xx  -- Device Model ID
00  -- Ignore
70  -- Opcode 1 - 0x70
11  -- Opcode 2 - Display message on LCD
00  -- Opcode 3
00  -- Opcode 4 - Duration to display message. Increments of 100ms. Value of 10 = 1000ms.
00  -- Opcode 5
00  -- Opcode 6
00  -- Opcode 7
00  -- Ignore
00  -- Ignore
00  -- Ignore
pp  -- Payload. Message in ASCII code up to 20 characters
pp
....
pp
yy  -- CheckSum
F7  -- SysEx End

...