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

SPI version of driver for xpt2046 #477

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    f633a08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7949c1 View commit details
    Browse the repository at this point in the history
  3. SPI for xpt2046 too.

    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    5278faa View commit details
    Browse the repository at this point in the history
  4. Need ConfigureSPI

    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    ce40cc1 View commit details
    Browse the repository at this point in the history
  5. declare rx, ry, rz. SPI->bus.

    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    e85a575 View commit details
    Browse the repository at this point in the history
  6. uint32->int32

    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    3f5237d View commit details
    Browse the repository at this point in the history
  7. Missed one on last commit

    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    f84dbde View commit details
    Browse the repository at this point in the history
  8. Something isn't working now after the merge. This change shouldn't ma…

    …tter.
    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    9dc6e5a View commit details
    Browse the repository at this point in the history
  9. Some stuff is GPIO-only...

    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    df64bd0 View commit details
    Browse the repository at this point in the history
  10. add missing sleep, and minor reorder.

    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    28fab27 View commit details
    Browse the repository at this point in the history
  11. Ok... just go to the SPI-only version of the driver... something is w…

    …rong when loading the GPIO+SPI driver and my test program.
    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    de1cc52 View commit details
    Browse the repository at this point in the history
  12. go fmt

    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    fac5c6c View commit details
    Browse the repository at this point in the history
  13. It would help if I used 'tinygo flash' instead of 'tinygo build' for …

    …testing.
    Greg Oster committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    e3880c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Major cleanup.

    - add comments for functions
    - move pin configuration for t_cs and t_irq for SPI into ConfigureSPI() for consistency
    - replace the single use of Command() with Tx()
    - Command() and Data() arn't needed
    - isCommand isn't needed for Tx()
    - convert Tx->tx and Rx->rx
    Greg Oster committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7f3ece7 View commit details
    Browse the repository at this point in the history
  2. Add an example for SPI usage too.

    Greg Oster committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6ed8619 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Move examples into their own directories.

    Greg Oster committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4ad5b42 View commit details
    Browse the repository at this point in the history
  2. go fmt

    Greg Oster committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    817db48 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    9a5e431 View commit details
    Browse the repository at this point in the history