I am relatively new to the world of microcontrollers but have had a little bit of experience with displays as I have cobbled together / adapted a driver for an ili9341 adafruit SPI display.
Moving on from this I have my sights set a bit higher but want to check whether what I am thinking is possible and if anyone has any of the information I can't find.
One problem I am running into is that I cannot find a datasheet for the RM69330, or any written drivers, which would make it very difficult to use the screen.
Additionally I am not sure what I would need to plan in terms of additional components (resistors, capacitors, etc.) to use the screen as I assume they would be needed.
Does any one have any experience with any of these screens or know of anywhere with a write up or code detailing them?
your first link does not exist ! but second item have a ST7701S controller
if there is no library then you need to write it for this driver controller ...
download datasheet for ST7701S
as i see in alibaba shop there is some other products that have a
pcb with them and works like lcd modules
For the other, thank you for a link to the datasheet, I think I have seen drivers for an ST7701 so I may be able to get it working, or if not it, the datasheet seems to have a similar structure to the ILI9341 driver so i should be able to get something working. The only isse with the screen is that it is a bit on the large size, the 1.39inch of the other seems like a sweet spot in size.
minyiky:
the datasheet seems to have a similar structure to the ILI9341 driver so i should be able to get something working.
Yes, datasheets are similar in some parts ... but there is a difference in driving LCDs (ie: spi / parallel)
Im not writing lib. for this type of lcds, but you can use Github and SPI TFT libraries that is writed by other programmers and study these libraries and found a solution
If you write your own lib. before then upload it here, so the forum users can check it for improving ...
Hi minyiky,
have you been able to find a driver which works with the ST7701s controller? Our project uses a display with this controller as well and since we have little to no experience with driving SPI displays we would love to know if you have found something