Skip to content
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

Add support for a Rpi connected to gpio buttons and spi lcd #73

Merged
merged 44 commits into from
Jun 11, 2022

Conversation

alloncm
Copy link
Owner

@alloncm alloncm commented Dec 17, 2021

No description provided.

After a lot of work and investigation I have kind of
understand why the project did not
display properly on the rpi with the SDL KMD/DRM backend.
for more info see: libsdl-org/SDL#5273
* Arrange the mod code in main
* rename file
@alloncm alloncm force-pushed the feature/rpi_spi_lcd branch from d72f2f3 to bc4d62e Compare March 24, 2022 23:07
@alloncm
Copy link
Owner Author

alloncm commented Apr 23, 2022

Still need to implement the terminal joypad menu for the gpio

@alloncm alloncm added enhancement New feature or request and removed enhancement New feature or request labels Jun 8, 2022
alloncm added 16 commits June 10, 2022 13:06
the problem was that the interpolation
was done after the address set commands, and writing to the spi will
block until the last dma transfer will finish.
Init it using the system functions and not hard coded consts
Refactor the responsibility between the dma and the spi
Add platform conditional compilation

exclude bcm_host from the test command
Add ili9341 gfx device  with rppal and mmio spi (with dma) controllers
@alloncm alloncm marked this pull request as ready for review June 10, 2022 13:24
@alloncm alloncm changed the title Features for use with the spi lcd screen on the RPI Add support for a Rpi connected to gpio buttons and spi lcd Jun 11, 2022
@alloncm alloncm force-pushed the feature/rpi_spi_lcd branch 4 times, most recently from 84827bd to 4e98550 Compare June 11, 2022 16:11
@alloncm alloncm merged commit f8fc98b into dev Jun 11, 2022
@alloncm alloncm deleted the feature/rpi_spi_lcd branch June 11, 2022 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant