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

Added SSD1680 Support #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JeffersonDing
Copy link

  • Ported SSD1680 driver from official Adafruit library
  • Updated README and references

Copy link
Collaborator

@bbilger bbilger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for the delay
looks good but could we keep examples/hello_js/mos.yml unchanged?

@@ -23,13 +23,13 @@ conds:
- ["spi.miso_gpio", 19]
- ["spi.sclk_gpio", 5]
- ["spi.cs0_gpio", 15] # EPD
# - ["spi.cs1_gpio", 32] # SRAM - optional!
- ["spi.cs1_gpio", 32] # SRAM - optional!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we keep this file unchanged?
all examples are currently configured to use SSD1675 and there's no necessity to change this

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.

None yet

2 participants