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.

LAUNCHXL-CC2640R2: how to use Sharp® LCD BoosterPack(430BOOST-SHARP96)

Part Number: LAUNCHXL-CC2640R2

Hi,

Just want to know how to use the Sharp LCD BoosterPack on the CC2640R2 launchpad. I played around with some BLE 5 examples but no luck. 

Thank you,

Joseph

  • Hi Joseph,

    There is display example program that you can try which is located at "C:\ti\simplelink_cc2640r2_sdk_2_20_00_49\examples\rtos\CC2640R2_LAUNCHXL\drivers\display"

    For example programs such as simple peripheral you need to call this line below with "Display_Type_LCD" set.

    dispHandle = Display_open(Display_Type_LCD, NULL);

    -kel
  • Hi Markel,

    Thank you for your help.
    I tried the display example and it works.
    But a quick modification of the longrange_peripheral doesn't work as expected.
    I will go deep into this issue later.

    Thank you again!

    -Joseph