-
Notifications
You must be signed in to change notification settings - Fork 177
Description
Related area
BSP package, P4 evaluation board, etc
Hardware specification
Support for JC1060P470C_I_W
Is your feature request related to a problem?
Not related to a problem, just simply a few GPIO pins reassigned and different driver invoked when using a P4 board that uses the JD9165 display
Describe the solution you'd like
Not sure where I would approach this besides some sort of CONFIG_ that is easily accessible to the user, to enable the JD9165 component driver, and have it properly initialized with the correct settings in order to have at least the demos work.
I was able to get LVGL 9.x.x Demo to work with a little fooling with the driver, and other edits -- though there should be more support for the board given the amount of these things being sold
Describe alternatives you've considered
perhaps having this board/display combination in it's own directory --
personally, I'm trying to move away from the arduino framework, and use IDF exclusively. Admittedly, using the Arduino IDE and the JD9165 driver is easy enough, though with VS code, things can get a bit deep.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.