This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
digispark:tutorials:lcd [2013/03/04 20:56] TheChrisPratt [Programming:] |
digispark:tutorials:lcd [2013/05/01 02:21] digistump |
||
---|---|---|---|
Line 34: | Line 34: | ||
=====Assembly:===== | =====Assembly:===== | ||
- | **NOTE:** If you have a "Model B" board you may need to cut the trace to the onboard LED before using any I2C devices - Find out how to tell which board you have and what to do here: [[digispark:tutorials:modelbi2c]] | + | **NOTE:** If you have a "Model B" board you may need to cut the trace to the onboard LED before using any I²C devices - Find out how to tell which board you have and what to do in [[digispark:tutorials:modelbi2c]]. |
- | Empty kit bag (or if using a raw PCB, aquire parts) and verify contents. | + | Empty kit bag (or if using a raw PCB, acquire parts) and verify contents. |
**Note for Kickstarter Backers and Pre-orders:** Headers are not included in each kit bag, but the entire order came with more than enough headers for all kits. | **Note for Kickstarter Backers and Pre-orders:** Headers are not included in each kit bag, but the entire order came with more than enough headers for all kits. | ||
Line 59: | Line 59: | ||
Connect the LCD module to the board using the included cable, ensure that the connection at the board match up with the connection at the LCD - the black wire should be connect to the ground pin on each of them. | Connect the LCD module to the board using the included cable, ensure that the connection at the board match up with the connection at the LCD - the black wire should be connect to the ground pin on each of them. | ||
- | |||
[[https://s3.amazonaws.com/digispark/images/m/lcd5.jpg|{{https://s3.amazonaws.com/digispark/images/t/lcd5.jpg}}]] | [[https://s3.amazonaws.com/digispark/images/m/lcd5.jpg|{{https://s3.amazonaws.com/digispark/images/t/lcd5.jpg}}]] | ||
Line 66: | Line 65: | ||
[[https://s3.amazonaws.com/digispark/images/m/lcd6.jpg|{{https://s3.amazonaws.com/digispark/images/t/lcd6.jpg}}]] | [[https://s3.amazonaws.com/digispark/images/m/lcd6.jpg|{{https://s3.amazonaws.com/digispark/images/t/lcd6.jpg}}]] | ||
+ | |||
+ | **NOTE:** If your back light won't turn on check that the jumper is present on the back of the LCD screen on the pins labeled LED - if not you can bend and solder these pins together. | ||
=====Programming:===== | =====Programming:===== |