I want to use 5" inch display for my project as nrf52840 is not able to handle that so I want to FT8xx EVE for the screen functioning? so did anyone has try this or any leads for this please share
I want to use 5" inch display for my project as nrf52840 is not able to handle that so I want to FT8xx EVE for the screen functioning? so did anyone has try this or any leads for this please share
Hi,
There's a FT800 sample in zephyr that might work:
https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/drivers/misc/ft800
Have you tried this?
Kind regards,
Håkon
warning: FT800 (defined at drivers/misc/ft8xx/Kconfig:6) was assigned the value 'y' but got the
value 'n'. Check these unsatisfied dependencies: DT_HAS_FTDI_FT800_ENABLED (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up FT800 in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
when I building it showing me this error
I don't know how this can be in build it still 'n' any idea to solve this ?
warning: FT800 (defined at drivers/misc/ft8xx/Kconfig:6) was assigned the value 'y' but got the
value 'n'. Check these unsatisfied dependencies: DT_HAS_FTDI_FT800_ENABLED (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up FT800 in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
when I building it showing me this error
I don't know how this can be in build it still 'n' any idea to solve this ?
Hi,
In the sample description, it is required that you setup a shield (more specifically "ftdi_vm800c"):
https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/misc/ft800/README.rst
Here's the actual overlay that is appended if you add this shield:
Kind regards,
Håkon