80 #ifdef CONF_GFX_USE_CLIPPING 95 #ifdef CONF_GFX_USE_CLIPPING 111 #ifdef CONF_GFX_USE_CLIPPING 125 #ifdef CONF_GFX_USE_CLIPPING
void ili9341_write_gram(ili9341_color_t color)
Write the graphical memory with a single color pixel.
#define gfx_set_top_left_limit(x, y)
#define GFX_COLOR_INVALID
Value returned by gfx_get_pixel() for pixels outside clipping region.
void gfx_ili9341_set_orientation(uint8_t flags)
Set display orientation.
void ili9341_set_orientation(uint8_t flags)
Sets the orientation of the display data.
void ili9341_init(void)
Initialise the controller.
#define ILI9341_DEFAULT_HEIGHT
Graphic library configured for the SDT028ATFT LCD panel using the ILI9341 display controller...
#define ILI9341_SWITCH_XY_WIDTH
IL9341 Display Controller Register und Bitfield Definitionen aus dem ASF 3.26.0.
#define ILI9341_DEFAULT_WIDTH
ili9341_coord_t gfx_coord_t
Data type representing a coordinate on the screen.
Graphical library API header file.
#define GFX_COLOR(r, g, b)
Generate a display-native color value from constant RGB components.
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.
gfx_color_t gfx_ili9341_color(uint8_t r, uint8_t g, uint8_t b)
Generate native color value from R/G/B values.
void gfx_ili9341_draw_pixel(gfx_coord_t x, gfx_coord_t y, gfx_color_t color)
Draw a single pixel on the screen.
ILI9341 Display Controller Component Driver aus dem ASF 3.26.0.
#define gfx_draw_filled_rect(x, y, width, height, color)
ili9341_color_t ili9341_read_gram(void)
Read a single color from the graphical memory.
#define gfx_set_limits(x1, y1, x2, y2)
void gfx_ili9341_init(void)
Initialize the ili9341 display controller.
#define ILI9341_SWITCH_XY_HEIGHT
ili9341_color_t gfx_color_t
Data type for color values native to the display.
gfx_color_t gfx_ili9341_get_pixel(gfx_coord_t x, gfx_coord_t y)
Get the color of a pixel on the display.
#define gfx_set_orientation(flags)