-
Notifications
You must be signed in to change notification settings - Fork 123
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
bsp: Add display and touch support to gerenic BSP. #255
Conversation
7c7a53d
to
75b6f01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @espzav I left few comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- There is a missing comma at
esp_bsp_generic.c:77
and similarly below. Button ADC fails to compile - It is a little misleading that I can still set 'Number of LEDs' to 5, but I can define only 1 'Classic RGB LED'. Can we hide the 'number of LEDs' menu for classic RGB LEDs?
75b6f01
to
aadc9a1
Compare
@tore-espressif Thank you for review! Fixed all mistakes and changed LEDs in KConfig - the first select type and then number of leds (zero still means no leds). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@espzav Thanks for the updates, I left few comments worth considering.
I will test with a real custom board and LCD tomorrow
2d9751e
to
0be3141
Compare
@tore-espressif Thank you for the review. Fixed and one comment left. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@espzav Thanks for the updates. I tested with ESP32-S3-EYE and found few things that did not work out of the box
0be3141
to
e01b4f9
Compare
@tore-espressif Thank you for the review and HW test. Everything fixed/added. |
e01b4f9
to
c22c67d
Compare
ESP-BSP Pull Request checklist
Change description
led_indicator
and support classic RGB LED (e.g. ESP32C2)Issues