Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thanks how did you know that 4 ASCII characters have to be sent ? What's the logic behind this ?If you send 0x6B to the LCD, you're sending the ASCII code for “k”.
If you want to display “0x6B“, you need to send 4 ASCII characters. 0x6B==>0x30, 0x78, 0x36, 0x38.
Thanks how did you know that 4 ASCII characters have to be sent ? What's the logic behind this ?
Why magical numbers 0x30, 0x78, 0x36, 0x38.? What's the logic behind this ?