-
Notifications
You must be signed in to change notification settings - Fork 72
Implement LCD demo #110
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
Implement LCD demo #110
Conversation
marnovandermaas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wanting to merge this but the display driver is causing the offset issue we were also seeing on SonataXL because the LCDs we installed on the ArtyA7 are different from the ones currently on Sonata. I don't know if we have the receive line connected up in the ArtyA7 setup, so not sure if the detection code will work form the v0.3.0 of the display drivers.
Update code from upstream repository https://github.com/engdoreis/display_drivers.git to revision d0ea11852c43bd7db2ba9316e4170b8297a1d6a0 * Fix text rendering when font is not monospace (Gary Guo) * Add m3x6 font (Gary Guo) * Add font bitmap generation tool (Gary Guo) * Store the rgb colors on the st7735 layer (Douglas Reis) * Fix the orientation enum (Douglas Reis) * Fix warnings on restrictive compiler flags (Douglas Reis) Signed-off-by: Gary Guo <[email protected]>
|
I've fixed this issue by hard-coding the offset in the display driver for now. It is not on the roadmap to add the read part of the SPI host, so updating to the latest display driver would not help. |
This is a port of lowRISC/sonata-system#55