You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at main.c, the display's serial port is opened at 9600 baud, no parity, eight databits and one stopbit. On an Arduino, you could simply do serial.begin(9600); and the default settings apply.
The bytes to send for various text operations are documented here
README says that the protocol is documented in protocol.txt, but that file is empty.
The text was updated successfully, but these errors were encountered: