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

Is the support available for esp32s3 gc9a01 board #140

Open
MohaBeacon opened this issue Jul 2, 2024 · 1 comment
Open

Is the support available for esp32s3 gc9a01 board #140

MohaBeacon opened this issue Jul 2, 2024 · 1 comment

Comments

@MohaBeacon
Copy link

tried building it with slint example - didn't work as expected.

https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28

@rfuest
Copy link
Collaborator

rfuest commented Jul 2, 2024

You'll need to provide us with additional information, like:

  • What didn't work exactly? Did the code not compile, did the display show nothing or did the display show a corrupted image?
  • Did you check everything that is mentioned in https://github.com/almindor/mipidsi/blob/master/docs/TROUBLESHOOTING.md?
  • Which version of mipidsi are you using?
  • What code did you use to initialize the display?
  • Does the problem also occur if you don't use slint, e.g. by drawing the test image that is included in the mipidsi crate:
    TestImage::new().draw(&mut display).unwrap();

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

2 participants