File nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c


Included Files


Preprocessor definitions

#define DBG_BAUDRATE 115200

#define DEV_CONSOLE devUsartLpc17xx_0

#define LED1 18

#define LED2 20

#define LED3 21

#define LED4 23

#define DISPLAY_WIDTH 128

#define DISPLAY_HEIGHT 32

#define FRAMEBUFFER_SIZE

#define ST7565R_SPI_CHIPSELECT_GPIO


Global Variable st7565r_dcb

ST7565R_DCB st7565r_dcb
Visible in:   nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c
Used in: lcd_framebuffer_init() nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c

Global Variable st7565r_fb

FBINFO st7565r_fb
Visible in:   nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c
Used in: lcd_framebuffer_init() nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c

Global Function NutAppMain()

int NutAppMain ( void )
Calls: GpioPinConfigSet() nut/arch/m68k/coldfire/dev/mcf5225x/mcf5225x_gpio.c
  NutThreadCreate() nut/arch/cm3/os/context.c
  _close() nut/crt/close.c
  _fileno() nut/crt/fileno.c
  _ioctl() nut/crt/ioctl.c
  _open() nut/crt/open.c
  _read() nut/crt/read.c
  _write() nut/crt/write.c
  fopen() nut/crt/fopen.c
  free() nut/crt/malloc.c
  freopen() nut/crt/freopen.c
  lcd_framebuffer_init() nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c
  malloc() nut/crt/malloc.c
  memcpy() nut/c/string/memcpy.c
  memset() nut/c/string/memset.c
  puts() nut/crt/puts.c
  NutRegisterDevice(), NutSleep()
Used in: NutIdle() nut/arch/avr/os/nutinit.c
  NutStart() nut/arch/m68k/coldfire/os/nutinit.c
References Functions: Thread1() nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c

Global Function Thread1()

void Thread1 ( void* arg )
Prototyped in: nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c
Calls: GpioPinSet() nut/arch/avr/dev/gpio_avr.c
  NutSleep()
Used in: NutAppMain() nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c

Global Function lcd_framebuffer_init()

int lcd_framebuffer_init ( void )
Calls: NutRegisterSpiDevice() nut/dev/spibus.c
  fflush() nut/crt/fflush.c
  printf() nut/crt/printf.c
Called by: NutAppMain() nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c
References Variables: st7565r_dcb nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c
  st7565r_fb nut/hwtest/cm3/nxp/mbed_ssp_lcd/lcd_test.c