2018-02-09 12:42 AM
I would like to develop HMI hardware using STM32F746 with 480x272 Graphical LCd, But i have confusion on selection of Graphical LCD?Am i select Graphical LCD with graphic controller or without graphic controller? STM32F746 inbuilt LCD controller.
2018-02-09 01:20 AM
the easiest way is BuyDisplay 10' Touch RA8876,
it runs on 2x SPI ports.1 SPI for LCD and 1 SPI for Touch.
and leaves your processor running full speed without using the on board LCD controller
2018-02-09 04:32 AM
Hello TJ,
thanks for reply,but i would like to develop a product for home automation system ,so i need many GLCD,and also i have general question,because lcd without graphic controller is cheap.
2018-02-09 05:20 PM
The alternative is the 4.3' LCD with touch $23 from china
I paid $35 for an 18' LVDS panel, the drive board I made costs about $15.
2018-02-09 10:25 PM
Hello TJ,
In India 4.3' LCD in INDIA WIthout Controller(like SSD1963) about $18 and with controller $25, do i need display controller or not?Also clear doubt between LCD Controller and LCD Driver.
2018-02-09 11:19 PM
the STM32F7 series have an LCD DRIVE for 8:8:8 RGB panels using about 30 pins.
but it only supports 800x600 about... and the processor is slow since it is running the LCD 8:8:8 and pixel clock, etc.
however, if you disable the onboard LCD DRIVE, you need an LCD with controller. (and touch, generally)
Yes, the SSD1963 or RA8875 or RA8876, they are all controllers that offload the heavy work from the processor.
The module here is SPI interface, 4.3' Ra8875 with touch $23 from China.2018-02-10 12:11 AM
Hello Sir,
Ok,In SPI mode we also need so much attention of mcu to send data to lcd,then i think send parallel data is better and also i would like to know in 32discovery746 or 769 on board lcd is with separate lcd controller or not,they working fine with good speed.
2018-02-10 01:34 AM
For a Video controller to MCU interface,
Yes, Parallel is faster than SPI,
SPI is too slow for video.
if you don't need all the horse power available, I think those boards are running the RGB 8:8:8 or 5:6:5 interfaces directly on the processor pins.
It is a fast interface.
Quite workable with small LCDs , ie.800x600 max
2018-02-12 10:45 AM
For 800x600 resolution - only RGB control!
For example my project
2018-02-12 10:34 PM
Hello Vitaliy,
Yes,i knowi,STM32F7xx able to control RGB,but i would like to know GLCD used by you is with inbuilt GLCD Controller or you use STM32F7xx as GLCD Controller?