Updated the Adafruit ST7565 library to support HW SPI and the Intel Galielo running Windows with example - #5
Open
TGoodhew wants to merge 4 commits into
Open
Updated the Adafruit ST7565 library to support HW SPI and the Intel Galielo running Windows with example#5TGoodhew wants to merge 4 commits into
TGoodhew wants to merge 4 commits into
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi there,
Firstly apologies if this isn't in the correct Git format as I'm new to Git and as far as I can tell this is the correct way - Please let me know if I need to change anything.
I forked your library for the ST7565 and made some changes that enable it to be used on the Intel Galileo board running Windows (from http://www.windowsondevices.com) with Visual Studio 2013. I also updated it to use the SPI class from the Arduino Wiring API - Using the HW SPI on the Galileo makes it much faster than using the SW shift out version (you can see the difference here http://youtu.be/M-pLOjz_mkc).
Additionally I've added an example Visual Studio 2013 solution that shows this library running here ST7565/examples/Galileo-st7565lcd/Galileo-st7565lcd.sln.
Please let me know if you need anything more to accept this.
Tony Goodhew, Program Manager, IoT Engineering, Microsoft Corp.