2015-05-23 10:20 AM
I have an STM3221G-EVAL board that has an MB785 LCD module on it. Can anyone tell me where I can find the datasheet/schematic for it?
Thanks! #lmgtfy2015-05-23 12:29 PM
I should've been more specific. I'm looking for info/datasheet for the LCD module, not the eval board.
2015-05-23 06:23 PM
/** @defgroup STM322xG_EVAL_LCD
* @brief This file includes the LCD driver for AM-240320L8TNQW00H (LCD_ILI9320)
* and AM240320D5TOQW01H (LCD_ILI9325) Liquid Crystal Display Modules
* of STM322xG_EVAL board.
* @{
*/
using some basic googlefoo
http://www.densitron.com/uploadedFiles/Displays/Support/ILI9320DS_V0.pdf
http://www.densitron.com/uploadedFiles/Displays/Support/ILI9320AN_V0.pdf
http://www.hpinfotech.ro/ILI9pdf
2015-05-25 12:20 PM
Thanks. I found the datasheets for the chip the driver uses, I'm looking for a schematic that shows how that chip & LCD are wired to the eval board.
2015-05-26 10:52 AM
What's the part# on the LCD board assembly? MB694-A00 ? MB785 ?
The board shouldn't be that complicated, the FSMC interface should be apparent from the schematics you have.The schematic for the MB785 is part of the schematic package here under ''Design Resources''http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/PF250374?sc=stm3220g-eval#
2015-05-26 04:14 PM
/public/STe2ecommunities/mcu/Lists/STM32Discovery/Attachments/13989/MB7pdf
________________ Attachments : MB785.pdf : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hzr1&d=%2Fa%2F0X0000000bQQ%2FjGf3DMSSLRWDXZwfv8o..IyoTystLIr9zxP9lWx_6BM&asPdf=falsestm322xg-eval_sch.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HzpR&d=%2Fa%2F0X0000000bQO%2FFw1GW.qarMd.9DOZiteikdravg4gypOPaVMdFJ5Hz.c&asPdf=false2015-05-30 09:16 AM
Oh-duh... don't I feel silly.
Thanks, Embarrassed.