README


display


Example Summary

Writes to the UART and the available LCD display using the Display driver.

Peripherals Exercised

Resources & Jumper Settings

This example requires an external display device. If you’re using an IDE (such as CCS or IAR), please refer to Board.html in your project directory for resources used and board-specific jumper settings. Otherwise, you can find Board.html in the directory <SDK_INSTALL_DIR>/source/ti/boards/<BOARD>.

Example Usage

The connection will have the following settings:

    Baud-rate:     115200
    Data bits:          8
    Stop bits:          1
    Parity:          None
    Flow Control:    None

Application Design Details

The board file is configured to use the BOOSTXL-SHARP128 BoosterPack which has a 128x128 pixel display. This example is compatible with the 430BOOST-SHARP96 which has a 96x96 pixel display. Update the BOARD_DISPLAY_SHARP_SIZE definition in the Board.c file to 96 if you want to use the 430BOOST-SHARP96 display. SysConfig users may simply select the 430BOOST-SHARP96 from the “Use Hardware” option of the Display module or alternatively, make the following change in the display.syscfg manually:

var SharpLCD = scripting.addHardware("/ti/boards/boosterpacks/MSP430BOOST-SHARP96");

TI-RTOS:

FreeRTOS: