RTEMS  5.0.0
Enumerations | Functions
lcd.h File Reference

LCD support. More...

#include <rtems.h>
#include <bsp/io.h>

Go to the source code of this file.

Enumerations

enum  lpc24xx_lcd_mode {
  LCD_MODE_STN_4_BIT = 0x4, LCD_MODE_STN_8_BIT = 0x6, LCD_MODE_STN_DUAL_PANEL_4_BIT = 0x84, LCD_MODE_STN_DUAL_PANEL_8_BIT = 0x86,
  LCD_MODE_TFT_12_BIT_4_4_4 = 0x2e, LCD_MODE_TFT_16_BIT_5_6_5 = 0x2c, LCD_MODE_TFT_16_BIT_1_5_5_5 = 0x28, LCD_MODE_TFT_24_BIT = 0x2a,
  LCD_MODE_DISABLED = 0xff
}
 

Functions

rtems_status_code lpc24xx_lcd_set_mode (lpc24xx_lcd_mode mode, const lpc24xx_pin_range *pins)
 Set the LCD mode. More...
 
lpc24xx_lcd_mode lpc24xx_lcd_current_mode (void)
 

Detailed Description

LCD support.