-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress PSoC 5 (and PSoC 4) support for SPI I/F #396
base: master
Are you sure you want to change the base?
Conversation
Support for Cypress SPI module on PSoC 5 / 4 Display controllers SSDxxxx and STxxxx may be supported according to H/W configuration of SPI module Cypress PSoC Creator dev. environment.
Added files via upload
both Cypress PSoC 5 and 4 are supported via the master SPI hardware interface. SPI interface in Cypress PSoC Creator has to be set according to the display driver chip's protocol. (phase, clock rate) Naming has to be consistent such that Creator code generation complies with naming within this file. Should work (tm) with the majority of SPI enabled graphic chips, presently in use with DOGM128-6 display and STxxxx chip.
sorry, last commit is the one and only. |
Christof, By any chance do you have an example sketch that is PSoC code? That is, a PSoC workspace that is in .cydsn format that can be looked at in PSoC creator? Thank you so much!! |
Jason, |
Hi Christof, Could I have a copy of your "Hello world" creator&library project please. Here is my email; alex@diylab.uk Thanks, |
Thanks, that's fantastic! Alex Marinov, MSc. On 18 October 2016 at 10:56, christof65 notifications@github.com wrote:
|
Nice picture |
actually i am not able to properly pull this, because i am not working any more on this project. |
both Cypress PSoC 5 and 4 are supported via the master SPI hardware interface.
SPI interface in Cypress PSoC Creator has to be set according to the display driver chip's protocol. (phase, clock rate)
Naming has to be consistent such that Creator code generation complies with naming within this file.
Should work (tm) with the majority of SPI enabled graphic chips, presently in use with DOGM128-6 display and STxxxx chip.