![NKK SWITCHES IS-Dev Kit-8 Скачать руководство пользователя страница 22](http://html1.mh-extra.com/html/nkk-switches/is-dev-kit-8/is-dev-kit-8_user-manual_1697353022.webp)
IS-Dev Kit-8 User Manual
7850 East Gelding Drive • Scottsdale, AZ 85260-3420
IS-Dev Kit 8 Users Manual A.doc
Page 22 of 31
Toll Free
1.877.2BUYNKK (877.228.9655)
•
Phone
480.991.0942
• Fax
480.998.1435
www.nkkswitches.com
1209
[address] is two bytes with value of 0001H to FFFFH sent as ASCII HEX format.
The controller transmits back the saved address and [Attribute block] in hex format (16 bytes).
Command to display image at the requested address
This command displays an image at the requested address on the OLED display. Stops timer and operation.
command format:
2EH
51H [address]
transmit format:
(xxH) (xxH) (xxAH)
[address] is two bytes with value of 0001H to FFFFH sent as ASCII HEX format.
Example: 2E 51 30303445 displays the image stored at address 004EH.
Command to increment address and display it
This command increments the pointer to the next address and displays the image. Stops timer and operation.
command format:
2EH
53H
transmit format:
(xxH) (xxH)
Example: Start at address 00A1H. Send 2E 53 and the OLED display displays the image stored at address
00A2H. Send 2E 53 again and the OLED display displays the image stored at address 00A3H.
Command to decrement address and display it
This command decrements the pointer to the next address and displays the image. Stops timer and operation.
command format:
2EH
52H
transmit format:
(xxH) (xxH)
Example: Start at address 1004H. Send 2E 52 and the OLED display displays the image stored at address
1003H. Send 2E 52 again and the OLED display displays the image stored at address 1002H.
Commands to download information directly to OLED Rocker
Note: Care must be taken using these commands. The OLED Rocker could get damaged if it is
initialized with a value exceeding the specifications. Please check the OLED Rocker data sheet and
application notes before using this command.
Command to download data directly to OLED Rocker
This command downloads data directly from the host to the OLED Rocker.
command format:
2FH
55H [number]
[data]
transmit format:
(xxH) (xxH) (xxAH) (xxAH)