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

Touch problem with JC3248W535 GUITION TFT #572

Open
elektromos opened this issue Nov 27, 2024 · 0 comments
Open

Touch problem with JC3248W535 GUITION TFT #572

elektromos opened this issue Nov 27, 2024 · 0 comments

Comments

@elektromos
Copy link

Hello!
I am using this configuration: #define GFX_DEV_DEVICE JC3248W535
#define GFX_BL 1

Arduino_DataBus bus = new Arduino_ESP32QSPI(
45 /
CS /, 47 / SCK /, 21 / D0 /, 48 / D1 /, 40 / D2 /, 39 / D3 */);
Arduino_GFX g = new Arduino_AXS15231B(bus, GFX_NOT_DEFINED / RST /, 0 / rotation /, false / IPS /, 320 / width /, 480 / height */);
#define CANVAS
Arduino_Canvas gfx = new Arduino_Canvas(320 / width /, 480 / height /, g, 0 / output_x /, 0 / output_y /, 0 / rotation */);

The display works fine, but the Touch does not work. Please, if anyone has an example of a touch pattern, please help me!

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

No branches or pull requests

1 participant