This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC3200-LAUNCHXL: 430BOOST-SHARP96 library for CC3200-LAUNCHXL

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: ENERGIA, CC3200

Tool/software: Code Composer Studio

Hello,

I recently bought a CC3200-LAUNCHXL board and a 430BOOST-SHARP96 LCD display. I would like to know if there was a library for the Sharp96 display for Code Composer Studio or if there is an example code to use both devices together.

I saw the Energia library (lcd_sharpboosterpack_spi), but I cannot find a similar one for CCS.

Thank you, 

  • Hi,

    Unfortunately, we do not have a CC3200 library for this display. Energia wrote their own library and supports it on their forum. There are also MSP430 drivers available for this boosterpack.

    You may be able to port either library, but our team has not had any experience with this.

    Best regards,
    Sarah
  • Hi,

    You will find a Tiva Launchpad + Sharp 96x96 LCD example program at github. Since CC3200 driverlib API's are similar to Tiva driverlib API's, porting the Tiva Launchpad + Sharp 96x96 LCD example program to work for CC3200 Launchpad would be less difficult.

    - kel