We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: