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

Evaluate Display functionality #5

Closed
moritzholzer opened this issue Apr 15, 2024 · 6 comments
Closed

Evaluate Display functionality #5

moritzholzer opened this issue Apr 15, 2024 · 6 comments
Assignees
Labels
Node Team This issue belongs to the Node team

Comments

@moritzholzer
Copy link
Contributor

moritzholzer commented Apr 15, 2024

which type of display (monochromatic or color/ touch or not)

How we want to draw the Pet

@AnnsAnns AnnsAnns added the Node Team This issue belongs to the Node team label Apr 15, 2024
@leandrolanzieri
Copy link

FYI: RIOT supports LVGL as a package https://lvgl.io/
Here is an example application https://github.com/RIOT-OS/RIOT/tree/master/tests/pkg/lvgl, and here another one but with touch support https://github.com/RIOT-OS/RIOT/tree/master/tests/pkg/lvgl_touch

@AnnsAnns
Copy link
Member

These don't have a lot of pins, would need a driver though:
https://www.az-delivery.de/en/products/0-96zolldisplay
https://www.amazon.de/GeeekPi-Display-zweifarbiges-Raspberry-Arduino/dp/B0BB1T23LF

This one has a driver for riot and has colour but also consumes 500 trillion pins: https://doc.riot-os.org/group__drivers__ili9341.html

@AnnsAnns
Copy link
Member

If we're going to use the microcontroller we currently have we should probably just go with one of the two non-driver boards. Both use simple I²C so it should be fine.

@moritzholzer
Copy link
Contributor Author

in RIOT/drivers/ili9341/include/li9341_params.h the pins are changed to:
#define ILI9341_PARAM_CS GPIO_PIN(0, 27)
#define ILI9341_PARAM_DCX GPIO_PIN(0, 26)
Which are ports 10 and 9 on the feather reference: https://learn.adafruit.com/introducing-the-adafruit-nrf52840-feather/pinouts

@AnnsAnns
Copy link
Member

Amazing work! Holy heck

@moritzholzer moritzholzer self-assigned this Apr 18, 2024
@AnnsAnns
Copy link
Member

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Node Team This issue belongs to the Node team
Projects
None yet
Development

No branches or pull requests

3 participants