Close
0%
0%

"Mcufriend" style TFT board driver for RCbus

Connects the cheap Arduino 'mcufriend' style parallel displays direct to the rcbus

Similar projects worth following
This board is designed to allow the use of the cheap TFT boards off ebay that have a parallel rather than SPI bus. That makes the speed bearable with an 8bit micro. The controller itself is fairly easy to interface and just needs a chip select and (contrary to the docs) RD and WR qualifying. It can handle the 7.37Mhz bus for all but framebuffer readback - which nobody ever uses anyway.

These boards also have an SD interface that seems to rely on resistors to feed 3v3 with a pull down by the CPU (ie the CPU switches the I/O pin between outputting 0v and input (hi-Z)). That bit is supported but not yet tested.

Some have a resistive touchscreen that is a large resistance between two of the control signals. That can't be used when you are directly driving the bus but does no harm.

mcufriend.zip

Kicad project

Zip Archive - 211.69 kB - 11/18/2023 at 18:18

Download

mcufriend.pdf

Schematic

Adobe Portable Document Format - 244.90 kB - 11/18/2023 at 18:18

Preview
Download

ili9341.c

Test code

x-csrc - 7.67 kB - 11/18/2023 at 18:18

Download

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates