LCD Display

Some of the development boards allow LCD displays to be added to them. These LCD displays provide a small LCD colour display and a set of keys.
In order to use the LCD, the following variables must be set in the application's makefile.
    DCT_BUILD_EXTRA_BSPS=vs2000_evb_da:1.0
  DCT_MIDP_X11_DRIVER=xlcd
  DCT_LCDUI_KEYBOARD=bsp

This tells the make process to link with the additional BSP for the display card and to use the keyboard driver from the BSP.