Microchip® Advanced Software Framework

ili93xx_example.c File Reference

lcd controller ili93xx example.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include "asf.h"
#include "stdio_serial.h"
#include "conf_board.h"
#include "conf_clock.h"
#include "smc.h"

Macros

#define ILI93XX_LCD_CS   1
 Chip select number to be set. More...
 

Functions

static void configure_console (void)
 Configure UART console. More...
 
int main (void)
 Application entry point for smc_lcd example. More...
 

Variables

struct ili93xx_opt_t g_ili93xx_display_opt
 

#define ILI93XX_LCD_CS   1

Chip select number to be set.

Referenced by main().

static void configure_console ( void  )
static

Configure UART console.

Configure console UART.

References uart_rs232_options::baudrate, CONF_UART, CONF_UART_BAUDRATE, CONF_UART_PARITY, stdio_serial_init(), and sysclk_enable_peripheral_clock().

Referenced by main().

struct ili93xx_opt_t g_ili93xx_display_opt