SkillAgentSearch skills...

RTD2660AVR

RTD2660 LCD controller driver for AVR

Install / Use

/learn @specadmin/RTD2660AVR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RTD2660 LCD controller driver for using with AVR MCU

This is an open-source library for dealing with RTD2660 or RTD2662 display and OSD controllers from your AVR project. It was designed to provide a high-level interface in order to simplify developers work and to give an opportunity to design and create low-cost OSD devices with LCDs up to FullHD size.

Hardware connections

RTD2660 or RTD2662 LCD controllers may be connected with an external MCU using the following schematics

<div align="center"> <img src="docs/connections.png" width="500"/> </div>

Usage example

A sample project is included in this repository. It demonstrates several library's methods and the result, that could be achieved, when using this library. The following hardware was used in this sample project:

  • TM060RDH01 LCD panel;
  • PCB800809.V6 board with RTD2660;
  • OM-128 development board with ATmega1284p.
<div align="center"> <img src="images/sample.jpg" alt="The result of the sample project" width="600"/> </div>

Compile

git clone https://github.com/specadmin/RTD2660AVR
cd RTD2660AVR
git submodule update --init
cd sample
make

You may need to make some changes in Makefile, corresponding to your hardware.

Unpload the firmware

make install

This command uses avrdude for uploading the firmware. See Makefile for details.


Several projects that use this library

Lexus RX300 Display

<div align="center"> <img src="images/DSCN0007.JPG" width="600" /> </div>

<br> <br>

Contact me to add your project here


Dependencies

Requirements

Adding to your project

git submodule add https://github.com/specadmin/RTD2660AVR lib/RTD2660AVR

Isues and comments

Please report all bugs and comments at the following page.


This is not a final version of the library description. Follow the repository changes to keep in sync.

Feel free to contact me: ton(__at__)specadmin.ru

View on GitHub
GitHub Stars57
CategoryContent
Updated15d ago
Forks16

Languages

C

Security Score

100/100

Audited on Mar 14, 2026

No findings