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

I2C class and new interface peripherals #120

Merged
merged 8 commits into from
Nov 5, 2023
Merged

Conversation

finger563
Copy link
Contributor

@finger563 finger563 commented Nov 5, 2023

Description

  • Added new I2C class
  • Added new FT5x06 touch driver peripheral class (copied from box-emu project)
  • Added new TT21100 touch driver peripheral class (copied from box-emu project)
  • Added new GT911 touch driver peripheral class (copied from wireless-display project)
  • Added new QwiicNES peripheral class (copied from box-emu project)

Motivation and Context

Allows others to more easily use these peripherals and ensures they stay tested and up to date with the latest changes.

How has this been tested?

Building each example.
Ran the following examples:

  • GT911: on LilyGo T-Deck
  • TT21100: on ESP32-S3-BOX
  • QwiicNes: on QtPy ESP32Pico

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

GT911:
CleanShot 2023-11-05 at 10 00 57@2x
TT21100:
CleanShot 2023-11-05 at 10 49 03@2x
QwiicNes:
CleanShot 2023-11-05 at 11 07 00@2x

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Hardware (schematic, board, system design) change
  • Software change

Checklist:

  • My change requires a change to the documentation.
  • I have added / updated the documentation related to this change via either README or WIKI

Software

  • I have added tests to cover my changes.
  • I have updated the .github/workflows/build.yml file to add my new test to the automated cloud build github action.
  • All new and existing tests passed.
  • My code follows the code style of this project.

@finger563 finger563 self-assigned this Nov 5, 2023
@finger563 finger563 added the gt911 touch driver label Nov 5, 2023
@finger563 finger563 merged commit b6ec4c4 into main Nov 5, 2023
45 checks passed
@finger563 finger563 deleted the feature/peripherals branch November 5, 2023 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ft5x06 touch driver gt911 touch driver i2c peripherals qwiicnes touch driver tt21100 touch driver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant