This repository was archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Added support for CSN A2L with firmware 2.168 #20
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks @greg-elmi! How did you get a printer with newer firmware? @ladyada are we now selling printers with newer firmware? |
not that we were informed of |
I did not buy it from Adafruit but from Cashino's distributor. |
tannewt
suggested changes
Sep 10, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple minor things. Thanks for adding this support!
Co-authored-by: Scott Shawcroft <[email protected]>
Co-authored-by: Scott Shawcroft <[email protected]>
Co-authored-by: Scott Shawcroft <[email protected]>
tannewt
approved these changes
Sep 11, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
adafruit-adabot
added a commit
to adafruit/Adafruit_CircuitPython_Bundle
that referenced
this pull request
Sep 15, 2020
Updating https://github.com/adafruit/Adafruit_CircuitPython_CLUE to 2.2.6 from 2.2.5: > Merge pull request adafruit/Adafruit_CircuitPython_CLUE#35 from jerryneedell/jerryn_gesture Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 to 2.9.2 from 2.9.1: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1306#51 from Wmyers559/update-example Updating https://github.com/adafruit/Adafruit_CircuitPython_Thermal_Printer to 1.3.0 from 1.2.3: > Merge pull request adafruit/Adafruit_CircuitPython_Thermal_Printer#20 from greg-elmi/master Updating https://github.com/adafruit/Adafruit_CircuitPython_VC0706 to 4.2.0 from 4.1.3: > Merge pull request adafruit/Adafruit_CircuitPython_VC0706#17 from Andon-A/resume_video Updating https://github.com/adafruit/Adafruit_CircuitPython_Debouncer to 1.3.6 from 1.3.5: > Merge pull request adafruit/Adafruit_CircuitPython_Debouncer#24 from dglaude/patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes to 2.0.1 from 2.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_Display_Shapes#24 from kmatch98/master
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Creating separate subclass for new firmware. It resolves issue #18 of printing leftover characters as new firmware doesn't support darkness manipulation commands.
I did not go through whole new manual to check for other changes. I'll be adding them on the go (or someone else can)