Click here to Skip to main content
15,890,670 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm currently in trouble with displaying something on the HY28B LCD module.I configured my LCD module in 16bits mode by soldering the right short at the right place and I'm using an STM32[url]=http://www.kynix.com/Detail/1223233/STM32F103C8T6%20ARTC.html[url];discovery board STM32 discovery board to drive the LCD module. I ported the source code given by the seller and tried many init sequences found on the internet. I currrently can read the part number register wich is 9325corresponding to the ILI9235 LCD driver but I can't go further. Here is my code, my only aim is to fill the display with one color to establish the right way to comminicate with it unfortunatly the display remains white. You will find my pin assignation in the source code except for my reset and backlight pin wich are tied to 3V3.


What I have tried:

I don't konw where the problem is.
Posted
Updated 18-Jul-16 11:26am
v2
Comments
Richard MacCutchan 18-Jul-16 4:13am    
I don't konw where the problem is.
Well I don't think anyone can help without seeing the code.

1 solution

I would first check the electronic with a multimeter and a scope, may be also with a logic analyzer.
You need to make sure sure the electronic configuration is OK.
Make sure what the LCD receive.
I fear not much help is possible remotely.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900