This shows you the differences between two versions of the page.
|
digispark:tutorials:usb2lcd [2013/01/04 23:53] digistump created |
digispark:tutorials:usb2lcd [2016/06/09 12:03] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== USB2LCD ====== | ||
| - | Load the DigiUSB->USB2LCD example on to the Digispark with the LCD screen shield connected. | ||
| - | |||
| - | Use the send or monitor programs in the "Digispark - Example Programs/DigiUSB" folder (included with the download) to send data to the LCD, each line sent gets put on the next line of the LCD (looping to the top) and sending a "¬" - not sign will toggle the backlight. | ||
| - | |||
| - | This should provide quick LCD integration, probably the cheapest USB2LCD solution, and a good jump off point for use of the LCD and DigiUSB libraries. | ||