Board specific definition for resistive touch example.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | lcd_display_on ili93xx_display_on |
#define | lcd_draw_filled_rectangle ili93xx_draw_filled_rectangle |
#define | lcd_draw_string ili93xx_draw_string |
#define | lcd_fill ili93xx_fill |
#define | LCD_HEIGHT ILI93XX_LCD_WIDTH |
#define | lcd_set_foreground_color ili93xx_set_foreground_color |
#define | LCD_WIDTH ILI93XX_LCD_WIDTH |
#define | UNI_COLOR_BLACK COLOR_BLACK |
#define | UNI_COLOR_RED COLOR_RED |
#define | UNI_COLOR_WHITE COLOR_WHITE |
Functions | |
static void | lcd_init (void) |
#define lcd_display_on ili93xx_display_on |
Referenced by main().
#define lcd_draw_filled_rectangle ili93xx_draw_filled_rectangle |
Referenced by clear_calibration_point(), draw_calibration_point(), and main().
#define lcd_draw_string ili93xx_draw_string |
Referenced by rtouch_calibrate().
#define lcd_fill ili93xx_fill |
Referenced by rtouch_calibrate().
#define LCD_HEIGHT ILI93XX_LCD_WIDTH |
Referenced by lcd_init(), and main().
#define lcd_set_foreground_color ili93xx_set_foreground_color |
Referenced by clear_calibration_point(), draw_calibration_point(), main(), and rtouch_calibrate().
#define LCD_WIDTH ILI93XX_LCD_WIDTH |
Referenced by lcd_init(), and main().
#define UNI_COLOR_BLACK COLOR_BLACK |
Referenced by rtouch_calibrate().
#define UNI_COLOR_RED COLOR_RED |
Referenced by draw_calibration_point().
#define UNI_COLOR_WHITE COLOR_WHITE |
Referenced by clear_calibration_point(), main(), and rtouch_calibrate().
|
inlinestatic |
References ili93xx_opt_t::background_color, COLOR_BLACK, COLOR_WHITE, ili93xx_opt_t::foreground_color, ili93xx_init(), LCD_HEIGHT, LCD_WIDTH, pmc_enable_periph_clk(), smc_set_cycle_timing(), smc_set_mode(), smc_set_pulse_timing(), smc_set_setup_timing(), ili93xx_opt_t::ul_height, and ili93xx_opt_t::ul_width.
Referenced by main().