![]() |
Forum Index : Microcontroller and PC projects : MM2: ILI9163C 1.44" SPI TFT display
Author | Message | ||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10248 |
I needed a small bright cheap colour display and this one does the job nicely: There are two variants on ebay, some with red PCBs and some with black. It is essential to get the black ones as the red ones are wired incorrectly. I'm using this one The Cfunctions are exactly the same as for the SPI ILI9341 and ST7735 displays, just different initialisation in Basic. The usual test/example code is used to check correct operation 2015-04-27_124927_ili9163c.zip The code will run on 28 or 44-pin MX170s, just (un)comment the appropriate lines. Thanks to sumotoy for cracking the intialisation sequence |
||||
CircuitGizmos![]() Guru ![]() Joined: 08/09/2011 Location: United StatesPosts: 1427 |
Red ones wired incorrectly? How so? Micromites and Maximites! - Beginning Maximite |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10248 |
The Y coordinates go from 32-159 rather than 0-127 as the controller isn't link-configured correctly This requires a hack to the code to fix - not simple as it has to cope differently with the 4 screen orientations - so it isn't worth the effort as correct ones are easily available |
||||
CircuitGizmos![]() Guru ![]() Joined: 08/09/2011 Location: United StatesPosts: 1427 |
Thanks! Yeash. I might have some. I'll need to test them sometime. Micromites and Maximites! - Beginning Maximite |
||||
jman![]() Guru ![]() Joined: 12/06/2011 Location: New ZealandPosts: 711 |
These small displays are really good for the price Thanks Peter for the heads up I had to scratch around a little to find the connections so for those you want to get up and running quickly here are the required pin connections Display Micromite 1 VCC 28 (3.3V) 2 Gnd 27 (GND) 3 CS 24 (Can be set in software) 4 Reset 2 (Can be set in software) 5 A0 26 (Can be set in software) 6 SDA 3 (SPI OUT) 7 SCK 25 (SPI CLOCK) 8 LED 3.3v Regards Jman |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |