This repo contains following sample code:
- Switch_with_uart: Interfacing Red and Green LEDs, Switch-1 and Switch-2 along with UART.
- LCD_test: Test code of interfacing MSP430Boost-Sharp96 LCD with MSP430FR5994.
- LCD_switch_counter: LCD displaying a variable which countup when Switch-1 is pressed and count down when Switch-2 is pressed.
Refer code comments for details
- MSP430FR5994
- MSP430Boost-Sharp96 LCD
- Energia 1.610e18
-
Guide to the Sharp Memory Display BoosterPack (http://energia.nu/pin-maps/guide_sharpmemorydisplayboosterpack/)
-
Sharp Memory LCD BoosterPack - Details (http://www.ti.com/tool/430BOOST-SHARP96)
-
Energia Library for LCD_SharpBoosterPack_SPI (useful in case modifications needs to be made to library): (https://github.com/energia/Energia/blob/master/libraries/LCD_SharpBoosterPack_SPI)
-
Pin map for energia - MSP430FR5994 (https://embeddedcomputing.weebly.com/launchpad-msp430fr5994.html)
- Download Energia from here.
- Install board files: Tools --> Boards --> Board Manager --> search the board and click install.
- Use sample examples located in Examples to get started.
- Using LCD: File --> Examples --> LCD_SharpBoosterPack_SPI.