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

Expect LCD_QEMU_RGB_PANEL to be able to add a mouse to emulate touch functionality and provide examples (IEC-233) #442

Open
SturdyCat opened this issue Nov 2, 2024 · 1 comment

Comments

@SturdyCat
Copy link

SturdyCat commented Nov 2, 2024

Is your feature request related to a problem?

No response

Describe the solution you'd like.

Expect LCD_QEMU_RGB_PANEL to be able to add a mouse to emulate touch functionality and provide examples

Describe alternatives you've considered.

No response

Additional context.

No response

@SturdyCat SturdyCat added the Type: Feature Request Feature request for a component label Nov 2, 2024
@github-actions github-actions bot changed the title Expect LCD_QEMU_RGB_PANEL to be able to add a mouse to emulate touch functionality and provide examples Expect LCD_QEMU_RGB_PANEL to be able to add a mouse to emulate touch functionality and provide examples (IEC-233) Nov 2, 2024
@igrr
Copy link
Member

igrr commented Nov 3, 2024

Hi @SturdyCat,
esp_lcd component (for which lcd_qemu_rgb_panel provides a driver) doesn't have input functionality, so there is no existing interface lcd_qemu_rgb_panel can extend to send input events to the application.

That said, we have another component called esp_lcd_touch (https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch) where this input handling might be more appropriate. We'll update this issue after discussing suitable approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants