Graphic service settings for the SDT028ATFT panel using the ILI9341 display controller.
This files includes the correct header files for the graphics service
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
gfx_coord_t | gfx_height |
Current height of screen. More... | |
gfx_coord_t | gfx_width |
Current width of screen. More... | |
gfx_coord_t | gfx_min_x |
Minimum X of current clipping region. More... | |
gfx_coord_t | gfx_min_y |
Maximum Y of current clipping region. More... | |
gfx_coord_t | gfx_max_x |
Minimum X of current clipping region. More... | |
gfx_coord_t | gfx_max_y |
Maximum Y of current clipping region. More... | |
void | gfx_ili9341_set_orientation (uint8_t flags) |
Set display orientation. More... | |
gfx_color_t | gfx_ili9341_color (uint8_t r, uint8_t g, uint8_t b) |
Generate native color value from R/G/B values. More... | |
gfx_color_t | gfx_ili9341_get_pixel (gfx_coord_t x, gfx_coord_t y) |
Get the color of a pixel on the display. More... | |
void | gfx_ili9341_draw_pixel (gfx_coord_t x, gfx_coord_t y, gfx_color_t color) |
Draw a single pixel on the screen. More... | |
void | gfx_ili9341_draw_line_pixel (gfx_coord_t x, gfx_coord_t y, gfx_color_t color) |
Draw a single pixel on the screen. More... | |
void | gfx_ili9341_init (void) |
Initialize the ili9341 display controller. More... | |
gfx_coord_t gfx_height |
Current height of screen.
Referenced by gfx_et024006dhu_init(), gfx_generic_draw_line(), gfx_get_height(), gfx_ili9341_init(), gfx_ili9341_set_orientation(), and gfx_set_clipping().
gfx_coord_t gfx_max_x |
Minimum X of current clipping region.
Referenced by gfx_et024006dhu_draw_line_pixel(), gfx_et024006dhu_draw_pixel(), gfx_et024006dhu_get_pixel(), gfx_generic_draw_filled_rect(), gfx_generic_get_pixmap(), gfx_generic_put_bitmap(), gfx_generic_put_pixmap(), gfx_ili9341_draw_line_pixel(), gfx_ili9341_draw_pixel(), gfx_ili9341_get_pixel(), and gfx_set_clipping().
gfx_coord_t gfx_max_y |
Maximum Y of current clipping region.
Referenced by gfx_et024006dhu_draw_line_pixel(), gfx_et024006dhu_draw_pixel(), gfx_et024006dhu_get_pixel(), gfx_generic_draw_filled_rect(), gfx_generic_get_pixmap(), gfx_generic_put_bitmap(), gfx_generic_put_pixmap(), gfx_ili9341_draw_line_pixel(), gfx_ili9341_draw_pixel(), gfx_ili9341_get_pixel(), and gfx_set_clipping().
gfx_coord_t gfx_min_x |
Minimum X of current clipping region.
Referenced by gfx_et024006dhu_draw_line_pixel(), gfx_et024006dhu_draw_pixel(), gfx_et024006dhu_get_pixel(), gfx_generic_draw_filled_rect(), gfx_generic_get_pixmap(), gfx_generic_put_bitmap(), gfx_generic_put_pixmap(), gfx_ili9341_draw_line_pixel(), gfx_ili9341_draw_pixel(), gfx_ili9341_get_pixel(), and gfx_set_clipping().
gfx_coord_t gfx_min_y |
Maximum Y of current clipping region.
Referenced by gfx_et024006dhu_draw_line_pixel(), gfx_et024006dhu_draw_pixel(), gfx_et024006dhu_get_pixel(), gfx_generic_draw_filled_rect(), gfx_generic_get_pixmap(), gfx_generic_put_bitmap(), gfx_generic_put_pixmap(), gfx_ili9341_draw_line_pixel(), gfx_ili9341_draw_pixel(), gfx_ili9341_get_pixel(), and gfx_set_clipping().
gfx_coord_t gfx_width |
Current width of screen.
Referenced by gfx_et024006dhu_init(), gfx_generic_draw_line(), gfx_get_width(), gfx_ili9341_init(), gfx_ili9341_set_orientation(), and gfx_set_clipping().