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

miniTFTWing examples don't work on RP2040 feathers #185

Open
shen-tian opened this issue May 9, 2023 · 0 comments
Open

miniTFTWing examples don't work on RP2040 feathers #185

shen-tian opened this issue May 9, 2023 · 0 comments

Comments

@shen-tian
Copy link

  • Arduino board: Feather RP2040

  • Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.19

  • List the steps to reproduce the problem below (if possible attach a sketch or
    copy the sketch code in too):

    • Select Feather RP2040
    • Load either of the miniTFTWing examples
    • Build and upload

Underlying issues:

  • Example is missing pin assignment code for RP2040 (e.g. Wire.setSDA...).
  • RP2040 Feathers use GPIO2/3 for I2C pins. These are valid hardware pins, but are assignable only to Wire1. The mini TFT wing lib (which lives in the SeeSaw lib) only uses Wire.
  • The plain Feather RP2040 uses GPIO7/8 for feather pins 5/6. It looks like subsequent boards use GPIO5/6 pins. Don't think this one is fixable in code, but a good comment would have been helpful.
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