-
1. Re: interface SSD1963 with psoc5 lp using emWIN graphic library
user_2615691 Jul 12, 2018 7:20 AM (in response to DePa_3244516)1 of 1 people found this helpfulHi!...
I had a similar issue and more!! Unfortunately the emWin library has a terrible support and for PSoC is painfully outdated!
So, I found a nice library uGUI and using the same SSD1963 controller that you have I made a Sample code in PSoC5, you can check it here:
https://community.cypress.com/thread/34758
Or here:
I hope you can use it!
-
2. Re: interface SSD1963 with psoc5 lp using emWIN graphic library
EvPa_264126 Jul 12, 2018 11:20 AM (in response to user_2615691)1 of 1 people found this helpfulI was doing a project for emWin + SSD1289 + touch panel XPT2046 (ADS7843)
Perhaps this will help you a little.
The project is selected here: Only 8 colors in emwin
The project location is here: http://mylab.wmsite.ru/moi-razrab/cypress-psoc/
-
3. Re: interface SSD1963 with psoc5 lp using emWIN graphic library
DePa_3244516 Jul 12, 2018 9:40 PM (in response to user_2615691)thanks for the files
i will connect it to my lcd and psoc
should i have to change any pins or any other changes in library for my glcd?
or can i program it directly ?
-
4. Re: interface SSD1963 with psoc5 lp using emWIN graphic library
EvPa_264126 Jul 12, 2018 11:22 PM (in response to DePa_3244516)You can connect contacts as you like.
It's best to start with an example from Andres Navas it's completely for your display.
-
5. Re: interface SSD1963 with psoc5 lp using emWIN graphic library
DePa_3244516 Jul 12, 2018 11:35 PM (in response to EvPa_264126)i am asking this because i am using 16bit mcu interface
and in example it is for 8 bit interface
-
6. Re: interface SSD1963 with psoc5 lp using emWIN graphic library
DePa_3244516 Jul 13, 2018 12:05 AM (in response to EvPa_264126)i am completely new in this field
i have also doubt of connecting the RD pin, where to connect it? should i have to connect with 3.3volt or gpio pin?
also as per the interfacing guide from the datasheet of lcd they are connect pull up resister with data pins port, does it necessary for psoc kit?where can i find information for this in psoc documentation? https://www.buydisplay.com/download/interfacing/ER-TFTM050-5_Interfacing.pdf
-
7. Re: interface SSD1963 with psoc5 lp using emWIN graphic library
EvPa_264126 Jul 13, 2018 1:02 AM (in response to DePa_3244516)It seems you have the ability to switch the width of the data bus (The Parallel 8bit MCU interface)
pull up resister - better fulfill the requirements of datasheet
In my project, you have to change the initialization function void SSD1289Init () (TrulyDriver.c)
connect RD pin - any way if it's input only
-
8. Re: interface SSD1963 with psoc5 lp using emWIN graphic library
user_2615691 Jul 13, 2018 7:14 AM (in response to DePa_3244516)Devyaniparmar.
The second link:
Is a project with 16bits BUS, so you can use it easily... For sure you have to check the pins connections and modify to your project.
The RD pin is a gpio pin not a Supply power pin.
Please feel free to open and explore the project and share your doubts, we're here to help!
-
9. Re: interface SSD1963 with psoc5 lp using emWIN graphic library
DePa_3244516 Jul 13, 2018 9:21 PM (in response to user_2615691)ok thanks
i didnt check second link i thought first i have to look at simple implementation with lcd and then to go with sd card,
ya it is for 16 bit and will work for me