-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
Describe the bug
Hello,
I have a ST7789V based LCD module ( a 1.54" one, not TL019FQV01), and nrf52_pca10040 board, so I did a try on ST7789V sample.
Unfortunately, I got "display_st7789v: Could not get SPI device for LCD", I checked the code and realize that it can't find it from the inited driver.
I don't understand why, any ideas?
To Reproduce
Steps to reproduce the behavior:
Just follow the readme in ST7789V sample
Expected behavior
see something being showed on the LCD
Impact
annoyance
Screenshots or console output
***** Booting Zephyr OS build zephyr-v2.0.0-1112-gb71eb71de72f *****
[00:00:00.005,462] display_st7789v: Could not get SPI device for LCD
[00:00:00.005,462] app: ST7789V display sample
[00:00:00.005,493] app: Device not found. Aborting test.
Environment (please complete the following information):
- OS: Linux
- Toolchain: Zephyr SDK
- Commit SHA or Version used: 2.099
Additional context
nothing more by now