# | Store | Qty | Aisle |
---|---|---|---|
Burlington | 3 | ||
Cambridge | 3 | ||
Markham | 15 | ||
Mississauga | 5 | ||
Scarborough | 2 | ||
Warehouse | 468 |
The TinkerKit LCD module makes it really easy to write text on the screen in a few minutes. There are two unique ways to write to the screen:
The TinkerKit LCD module is equipped with its own micro-controller and run with its own library. Uploading the TKLCD code is just a matter of uploading a new sketch to the LCD using:
To upload LCD firmware, go to Examples->TKLCD->Serial_firmware. Please note that the TinkerKit LCD will be recognize as an Arduino Leonardo board when you connect it to USB. You will need to load that code again if you want to have a fresh install of the LCD. Once uploaded, you are ready to go and write your own program.
Please notice that the way you connect your LCD module is really important for declaring it in your code:
In both cases, include the TKLCD, LiquidCrystal and Wire libraries.