Color LCD

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I'd like to use Color LCD controlled by WICED.

Is there any module available?

I'd also like to have sample code for the LCD.

* STM32F429 seems to support LCD.

0 Likes
1 Solution
HuFi_1747246
Level 3
Level 3
First like received

The FTDI FT800 can be useful here to drive a good-sized screen using few resources on the MCU; the FT800 has video buffer, TFT drive, and a graphics accelerator on a single chip. It also provides a resistive touchscreen interface. Connects via SPI to your MCU.

Here are a couple of github repos with example code for the electric imp wifi+cpu module:

reference/hardware/FT800_EVE at master · electricimp/reference · GitHub

asm/imp_ft800 · GitHub

View solution in original post

4 Replies
Anonymous
Not applicable

you may try SPI controlled TFT.

0 Likes
HuFi_1747246
Level 3
Level 3
First like received

The FTDI FT800 can be useful here to drive a good-sized screen using few resources on the MCU; the FT800 has video buffer, TFT drive, and a graphics accelerator on a single chip. It also provides a resistive touchscreen interface. Connects via SPI to your MCU.

Here are a couple of github repos with example code for the electric imp wifi+cpu module:

reference/hardware/FT800_EVE at master · electricimp/reference · GitHub

asm/imp_ft800 · GitHub


Thanks Hugo.

Note that you just earned the Coach badge noted here for sharing code: Participate in the Community Forums and Earn a $50 Amazon Gift Certificate!

Appreciate the help.

0 Likes
Anonymous
Not applicable

Thank you for your information. I'll check them.

0 Likes