nathanpc 2 Posted July 12, 2013 Share Posted July 12, 2013 For my next project I have to use a Nokia 5110 LCD with a MSP430G2553. After searching for a while on the internet I came across RobG's SPI-based driver. It's a great driver, but the problem is that I'll be using a I2C chip in this project too, so I decided to create a bit-bang driver. The code is extremely well documented and you should easily be able to use it for anything you want. Here's the GitHub repo: msp430-nokia-5110. bluehash and RobG 2 Quote Link to post Share on other sites
bluehash 1,581 Posted July 12, 2013 Share Posted July 12, 2013 @@nathanpc Thanks! and welcome to 43oh. Quote Link to post Share on other sites
nathanpc 2 Posted July 13, 2013 Author Share Posted July 13, 2013 Thanks very much for the warm welcome! Quote Link to post Share on other sites
RobG 1,892 Posted July 13, 2013 Share Posted July 13, 2013 You could also use USCIA for SPI (LCD) and USCIB for I2C. Quote Link to post Share on other sites
Serginho 4 Posted December 23, 2013 Share Posted December 23, 2013 You could also use USCIA for SPI (LCD) and USCIB for I2C. hi RobG, I have been trying to do that with Energia and a 2553. I could not find the way to make Energia use USCI A instead of B. I found many hardcoded files Best regards, Sergio Quote Link to post Share on other sites
Maceraperest 0 Posted September 27, 2016 Share Posted September 27, 2016 tm4c123g board energia Do setting software Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.