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

Add support for Teensy 3 #138

Merged
merged 21 commits into from
Apr 30, 2019
Merged

Add support for Teensy 3 #138

merged 21 commits into from
Apr 30, 2019

Conversation

ImpulseAdventure
Copy link
Owner

  • Add support for Teensy 3.2 per Teensy + Audio Adaptor #136
  • Supports PJRC ILI9341 TFT display with default Teensy pinout as well as alternate pinout for Audio adapter
  • Supports Adafruit_ILI9341 as well as the T3-optimized PaulStoffregen/ILI9341_t3 display drivers
  • Supports Adafruit-GFX default font and the ILI9341_t3 fonts (need to call
  • Use of ILI9341_t3 fonts requires call to gslc_FontSetMode(&m_gui, E_FONT_ENUM, GSLC_FONTREF_MODE_1);.
  • Important Note: To use the T3-optimized ILI9341_t3 mode, the latest version of PaulStoffregen/ILI9341_t3 must be used (ie. not the version built-in to Teensyduino or from the Arduino IDE Library Manager). Please refer to Installing ILI9341_t3 on Teensy for details.
  • Example configs added:
    • teensy-adagfx-ili9341-xpt2046
    • teensy-adagfx-ili9341-xpt2046-audio
    • teensy-adagfx-ili9341_t3-xpt2046
    • teensy-adagfx-ili9341_t3-xpt2046-audio

@ImpulseAdventure ImpulseAdventure merged commit 4d583c5 into master Apr 30, 2019
@ImpulseAdventure ImpulseAdventure deleted the WIP136-Teensy branch May 14, 2019 05:58
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

Successfully merging this pull request may close these issues.

1 participant