Skip to content

Commit

Permalink
Updated supported screens to install procedure
Browse files Browse the repository at this point in the history
Added 0x0101, 0x7783, 0x8230, 0x4535 to screen codes
  • Loading branch information
Grimzentide authored May 22, 2019
1 parent 1213907 commit 83fece4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install Procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /></a>
10. Ensure line 68 in the Arduino front end uses the correct identifier for your TFT Screen from step 8.
* eg: uint16_t identifier = 0x9325;
* If Unknown lcd chip, test using each of the following until the sketch displays correctly
* 0x9328, 0x9325, 0x9328, 0x7575, 0x9341, 0x8357, 0x9488, 0x9320 or 0x9481
* 0x9328, 0x9325, 0x9328, 0x7575, 0x9341, 0x8357, 0x9488, 0x9320, 0x9481, 0x0101, 0x7783, 0x8230, 0x4535
11. Upload the iRacing Arduino Pit Board TFT sketch onto your Arduino Uno
12. If successful, you should see the basic layout of the device (lines, headings, etc) without any numbers

Expand Down

0 comments on commit 83fece4

Please sign in to comment.