This is hardware specific configuration that configures the graphical service for use with the ET024006DHU TFT display.
All the drawing functionality in this configuration is provided by the Generic Implementation of Graphics Primitives driver. This configuration includes information about the panel size, data type used for coordinates and color and functionality to convert RGB color to the color format native to the display.
Macros | |
#define | gfx_color(r, g, b) gfx_et024006dhu_color(r, g, b) |
ET024006DHU display driver specific function, see gfx_et024006dhu_color. More... | |
#define | gfx_copy_pixels_from_screen(pixels, count) et024006_CopyPixelsFromScreen(pixels, count) |
ET024006DHU display driver specific function, see et024006_CopyPixelsFromScreen. More... | |
#define | gfx_copy_pixels_to_screen(pixels, count) et024006_CopyPixelsToScreen(pixels, count) |
ET024006DHU display driver specific function, see et024006_CopyPixelsToScreen. More... | |
#define | gfx_copy_progmem_pixels_to_screen(pixels, count) et024006_CopyPixelsToScreen(pixels, count) |
ET024006DHU display driver specific function available for ATmega and ATXmega devices, see et024006_CopyPixelsToScreen. More... | |
#define | gfx_draw_bitmap(bmp, x, y) gfx_generic_draw_bitmap(bmp, x, y) |
ET024006DHU display driver uses generic gfx implementation for this function. More... | |
#define | gfx_draw_bitmap_tiled(bmp, x1, y1, x2, y2, tile_origin_x, tile_origin_y) |
ET024006DHU display driver uses generic gfx implementation for this function. More... | |
#define | gfx_draw_line_pixel(x, y, color) gfx_et024006dhu_draw_line_pixel(x, y, color) |
ET024006DHU display driver specific function, see gfx_et024006dhu_draw_line_pixel. More... | |
#define | gfx_draw_pixel(x, y, color) gfx_et024006dhu_draw_pixel(x, y, color) |
ET024006DHU display driver specific function, see gfx_et024006dhu_draw_pixel. More... | |
#define | gfx_duplicate_pixel(color, count) et024006_DuplicatePixel(color, count) |
ET024006DHU display driver specific function, see et024006_DuplicatePixel. More... | |
#define | gfx_get_pixel(x, y) gfx_et024006dhu_get_pixel(x, y) |
ET024006DHU display driver specific function, see gfx_et024006dhu_get_pixel. More... | |
#define | gfx_init() gfx_et024006dhu_init() |
ET024006DHU display driver specific function, see gfx_et024006dhu_init() More... | |
#define | GFX_PANELHEIGHT ET024006_HEIGHT |
#define | GFX_PANELWIDTH ET024006_WIDTH |
#define | gfx_put_bitmap(bmp, map_x, map_y, x, y, width, height) gfx_generic_put_bitmap(bmp, map_x, map_y, x, y, width, height) |
ET024006DHU display driver uses generic gfx implementation for this function. More... | |
#define | gfx_set_bottom_right_limit(x, y) et024006_SetQuickLimits2(x, y) |
ET024006DHU display driver specific function, see et024006_SetQuickLimits2. More... | |
#define | gfx_set_limits(x1, y1, x2, y2) et024006_SetLimits(x1, y1, x2, y2) |
ET024006DHU display driver specific function, see et024006_SetLimits. More... | |
#define | gfx_set_orientation(flags) gfx_et024006dhu_set_orientation(flags) |
ET024006DHU display driver specific function, see gfx_et024006dhu_set_orientation. More... | |
#define | gfx_set_top_left_limit(x, y) et024006_SetQuickLimits(x, y) |
ET024006DHU display driver specific function, see et024006_SetQuickLimits. More... | |
Functions | |
gfx_color_t | gfx_et024006dhu_color (uint8_t r, uint8_t g, uint8_t b) |
Generate native color value from R/G/B values. More... | |
void | gfx_et024006dhu_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_et024006dhu_draw_pixel (gfx_coord_t x, gfx_coord_t y, gfx_color_t color) |
Draw a single pixel on the screen. More... | |
gfx_color_t | gfx_et024006dhu_get_pixel (gfx_coord_t x, gfx_coord_t y) |
Get the color of a pixel on the display. More... | |
void | gfx_et024006dhu_init (void) |
Initialize the et024006dhu display controller. More... | |
void | gfx_et024006dhu_set_orientation (uint8_t flags) |
Set display orientation. More... | |
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... | |
Driver-specific Definitions | |
typedef et024006_color_t | gfx_color_t |
Data type for color values native to the display. More... | |
typedef uint16_t | gfx_coord_t |
Data type representing a coordinate on the screen. More... | |
Graphics Drawing Primitives | |
#define | gfx_draw_horizontal_line(x, y, length, color) gfx_generic_draw_horizontal_line(x, y, length, color) |
Draw a horizontal line, one pixel wide. More... | |
#define | gfx_draw_vertical_line(x, y, length, color) gfx_generic_draw_vertical_line(x, y, length, color) |
Draw a vertical line, one pixel wide. More... | |
#define | gfx_draw_line(x1, y1, x2, y2, color) gfx_generic_draw_line(x1, y1, x2, y2, color) |
Draw a line between two arbitrary points. More... | |
#define | gfx_draw_rect(x, y, width, height, color) gfx_generic_draw_rect(x, y, width, height, color) |
Draw an outline of a rectangle. More... | |
#define | gfx_draw_filled_rect(x, y, width, height, color) gfx_generic_draw_filled_rect(x, y, width, height, color) |
Draw a filled rectangle. More... | |
#define | gfx_draw_circle(x, y, radius, color, octant_mask) gfx_generic_draw_circle(x, y, radius, color, octant_mask) |
Draw an outline of a circle or arc. More... | |
#define | gfx_draw_filled_circle(x, y, radius, color, quadrant_mask) |
Draw a filled circle or sector. More... | |
#define | gfx_get_pixmap(pixmap, map_width, map_x, map_y, x, y, width, height) |
Read a rectangular block of pixels from the screen into data memory. More... | |
#define | gfx_put_pixmap(pixmap, map_width, map_x, map_y, x, y, width, height) |
Write a rectangular block of pixels stored in data memory to the screen. More... | |
#define gfx_color | ( | r, | |
g, | |||
b | |||
) | gfx_et024006dhu_color(r, g, b) |
ET024006DHU display driver specific function, see gfx_et024006dhu_color.
#define gfx_copy_pixels_from_screen | ( | pixels, | |
count | |||
) | et024006_CopyPixelsFromScreen(pixels, count) |
ET024006DHU display driver specific function, see et024006_CopyPixelsFromScreen.
#define gfx_copy_pixels_to_screen | ( | pixels, | |
count | |||
) | et024006_CopyPixelsToScreen(pixels, count) |
ET024006DHU display driver specific function, see et024006_CopyPixelsToScreen.
#define gfx_copy_progmem_pixels_to_screen | ( | pixels, | |
count | |||
) | et024006_CopyPixelsToScreen(pixels, count) |
ET024006DHU display driver specific function available for ATmega and ATXmega devices, see et024006_CopyPixelsToScreen.
#define gfx_draw_bitmap | ( | bmp, | |
x, | |||
y | |||
) | gfx_generic_draw_bitmap(bmp, x, y) |
ET024006DHU display driver uses generic gfx implementation for this function.
#define gfx_draw_bitmap_tiled | ( | bmp, | |
x1, | |||
y1, | |||
x2, | |||
y2, | |||
tile_origin_x, | |||
tile_origin_y | |||
) |
ET024006DHU display driver uses generic gfx implementation for this function.
#define gfx_draw_circle | ( | x, | |
y, | |||
radius, | |||
color, | |||
octant_mask | |||
) | gfx_generic_draw_circle(x, y, radius, color, octant_mask) |
Draw an outline of a circle or arc.
ET024006DHU display driver uses generic gfx implementation for this function.
The radius is the distance from the center to the circumference, which means that the total width or height of a circle will be (radius*2+1).
The octant_mask parameter is a bitmask that decides which octants of the circle to draw. Use the GFX_OCTANTn, GFX_QUADRANTn, GFX_xHALF and GFX_WHOLE constants and OR them together if required. Radius equal to zero gives a single pixel.
x | X coordinate of center. |
y | Y coordinate of center. |
radius | Circle radius in pixels. |
color | Circle color in display native format. |
octant_mask | Bitmask indicating which octants to draw. |
Referenced by main().
#define gfx_draw_filled_circle | ( | x, | |
y, | |||
radius, | |||
color, | |||
quadrant_mask | |||
) |
Draw a filled circle or sector.
ET024006DHU display driver uses generic gfx implementation for this function.
The radius is the distance from the center to the circumference, which means that the total width or height of a circle will be (radius*2+1).
The quadrant_mask parameter is a bitmask that decides which quadrants of the circle to draw. Use the GFX_QUADRANTn, GFX_xHALF and GFX_WHOLE constants and OR them together if required. Radius equal to zero gives a single pixel.
x | X coordinate of center. |
y | Y coordinate of center. |
radius | Circle radius in pixels. |
color | Circle color in display native format. |
quadrant_mask | Bitmask indicating which quadrants to draw. |
See gfx_generic_draw_filled_circle
Referenced by main().
#define gfx_draw_filled_rect | ( | x, | |
y, | |||
width, | |||
height, | |||
color | |||
) | gfx_generic_draw_filled_rect(x, y, width, height, color) |
Draw a filled rectangle.
ET024006DHU display driver uses generic gfx implementation for this function.
x | X coordinate of the left side. |
y | Y coordinate of the top side. |
width | Width of the rectangle. |
height | Height of the rectangle. |
color | Color of the rectangle, in display native format. |
See gfx_generic_draw_filled_rect
Referenced by gfx_draw_char(), gfx_et024006dhu_init(), gfx_generic_draw_bitmap_tiled(), gfx_generic_draw_horizontal_line(), gfx_generic_draw_vertical_line(), gfx_generic_put_bitmap(), and main().
#define gfx_draw_horizontal_line | ( | x, | |
y, | |||
length, | |||
color | |||
) | gfx_generic_draw_horizontal_line(x, y, length, color) |
Draw a horizontal line, one pixel wide.
ET024006DHU display driver uses generic gfx implementation for this function.
x | X coordinate of leftmost pixel. |
y | Y coordinate of the line. |
length | Length of the line in pixels. |
color | Color of the line, in display native format. |
See gfx_generic_draw_horizontal_line
Referenced by gfx_generic_draw_rect(), and main().
#define gfx_draw_line | ( | x1, | |
y1, | |||
x2, | |||
y2, | |||
color | |||
) | gfx_generic_draw_line(x1, y1, x2, y2, color) |
Draw a line between two arbitrary points.
ET024006DHU display driver uses generic gfx implementation for this function.
x1 | Start X coordinate. |
y1 | Start Y coordinate. |
x2 | End X coordinate. |
y2 | End Y coordinate. |
color | Color of the line, in display native format. |
Referenced by main().
#define gfx_draw_line_pixel | ( | x, | |
y, | |||
color | |||
) | gfx_et024006dhu_draw_line_pixel(x, y, color) |
ET024006DHU display driver specific function, see gfx_et024006dhu_draw_line_pixel.
#define gfx_draw_pixel | ( | x, | |
y, | |||
color | |||
) | gfx_et024006dhu_draw_pixel(x, y, color) |
ET024006DHU display driver specific function, see gfx_et024006dhu_draw_pixel.
#define gfx_draw_rect | ( | x, | |
y, | |||
width, | |||
height, | |||
color | |||
) | gfx_generic_draw_rect(x, y, width, height, color) |
Draw an outline of a rectangle.
ET024006DHU display driver uses generic gfx implementation for this function.
x | X coordinate of the left side. |
y | Y coordinate of the top side. |
width | Width of the rectangle. |
height | Height of the rectangle. |
color | Color of the rectangle, in display native format. |
Referenced by main().
#define gfx_draw_vertical_line | ( | x, | |
y, | |||
length, | |||
color | |||
) | gfx_generic_draw_vertical_line(x, y, length, color) |
Draw a vertical line, one pixel wide.
ET024006DHU display driver uses generic gfx implementation for this function.
x | X coordinate of the line. |
y | Y coordinate of the topmost pixel. |
length | Length of the line in pixels. |
color | Color of the line, in display native format. |
See gfx_generic_draw_vertical_line
Referenced by gfx_generic_draw_filled_circle(), gfx_generic_draw_rect(), and main().
#define gfx_duplicate_pixel | ( | color, | |
count | |||
) | et024006_DuplicatePixel(color, count) |
ET024006DHU display driver specific function, see et024006_DuplicatePixel.
#define gfx_get_pixel | ( | x, | |
y | |||
) | gfx_et024006dhu_get_pixel(x, y) |
ET024006DHU display driver specific function, see gfx_et024006dhu_get_pixel.
#define gfx_get_pixmap | ( | pixmap, | |
map_width, | |||
map_x, | |||
map_y, | |||
x, | |||
y, | |||
width, | |||
height | |||
) |
Read a rectangular block of pixels from the screen into data memory.
ET024006DHU display driver uses generic gfx implementation for this function.
If the area to read is outside the clipping region, those pixels will not be read, and the corresponding data memory will be left untouched. Note that this function fails if width or height is negative or the pixel rectangle is outside the pixmap buffer extents. Clipping is only performed on the screen, not inside the pixmap buffer itself. Note that there is no checking if the pixel rectangle exceeds the bottom of the pixmap buffer.
pixmap | Pointer to pixel buffer in data memory. |
map_width | Width of the pixel buffer. |
map_x | X coordinate inside pixel buffer. |
map_y | Y coordinate inside pixel buffer. |
x | X coordinate on screen. |
y | Y coordinate on screen. |
width | Width of pixel rectangle to copy. |
height | Height of pixel rectangle to copy. |
#define gfx_init | ( | ) | gfx_et024006dhu_init() |
ET024006DHU display driver specific function, see gfx_et024006dhu_init()
Referenced by main().
#define GFX_PANELHEIGHT ET024006_HEIGHT |
Referenced by gfx_et024006dhu_init().
#define GFX_PANELWIDTH ET024006_WIDTH |
Referenced by gfx_et024006dhu_init().
#define gfx_put_bitmap | ( | bmp, | |
map_x, | |||
map_y, | |||
x, | |||
y, | |||
width, | |||
height | |||
) | gfx_generic_put_bitmap(bmp, map_x, map_y, x, y, width, height) |
ET024006DHU display driver uses generic gfx implementation for this function.
#define gfx_put_pixmap | ( | pixmap, | |
map_width, | |||
map_x, | |||
map_y, | |||
x, | |||
y, | |||
width, | |||
height | |||
) |
Write a rectangular block of pixels stored in data memory to the screen.
ET024006DHU display driver uses generic gfx implementation for this function.
If the area to write is outside the clipping region, those pixels will not be written. Note that this function fails if the width or height is negative or the pixel rectangle is outside the pixmap buffer extents. Clipping is only performed on the screen, not inside the pixmap buffer itself. Note that there is no checking if the pixel rectangle exceeds the bottom of the pixmap buffer.
pixmap | Pointer to pixel buffer in data memory. |
map_width | Width of the pixel buffer. |
map_x | X coordinate inside pixel buffer. |
map_y | Y coordinate inside pixel buffer. |
x | X coordinate on screen. |
y | Y coordinate on screen. |
width | Width of pixel rectangle to copy. |
height | Height of pixel rectangle to copy. |
#define gfx_set_bottom_right_limit | ( | x, | |
y | |||
) | et024006_SetQuickLimits2(x, y) |
ET024006DHU display driver specific function, see et024006_SetQuickLimits2.
#define gfx_set_limits | ( | x1, | |
y1, | |||
x2, | |||
y2 | |||
) | et024006_SetLimits(x1, y1, x2, y2) |
ET024006DHU display driver specific function, see et024006_SetLimits.
#define gfx_set_orientation | ( | flags | ) | gfx_et024006dhu_set_orientation(flags) |
ET024006DHU display driver specific function, see gfx_et024006dhu_set_orientation.
#define gfx_set_top_left_limit | ( | x, | |
y | |||
) | et024006_SetQuickLimits(x, y) |
ET024006DHU display driver specific function, see et024006_SetQuickLimits.
Data type for color values native to the display.
Data type representing a coordinate on the screen.
gfx_color_t gfx_et024006dhu_color | ( | uint8_t | r, |
uint8_t | g, | ||
uint8_t | b | ||
) |
Generate native color value from R/G/B values.
Converts 8-bit R/G/B values to a color value native to the display.
The macro GFX_COLOR does the same, only allows the preprocessor to handle the calculations.
r | 8-bit red value. |
g | 8-bit green value. |
b | 8-bit blue value. |
References GFX_COLOR.
void gfx_et024006dhu_draw_line_pixel | ( | gfx_coord_t | x, |
gfx_coord_t | y, | ||
gfx_color_t | color | ||
) |
Draw a single pixel on the screen.
This function draws a single pixel on screen only setting top limit which makes it more suitable for line drawing. If outside the clipping region, nothing is drawn.
x | X coordinate of the pixel to be drawn. |
y | Y coordinate of the pixel to be drawn. |
color | Color value of the pixel in display native format. |
References et024006_DrawQuickPixel(), gfx_max_x, gfx_max_y, gfx_min_x, and gfx_min_y.
void gfx_et024006dhu_draw_pixel | ( | gfx_coord_t | x, |
gfx_coord_t | y, | ||
gfx_color_t | color | ||
) |
Draw a single pixel on the screen.
Draw a single pixel on screen setting top and bottom limits. If outside the clipping region, nothing is drawn.
x | X coordinate of the pixel to be drawn. |
y | Y coordinate of the pixel to be drawn. |
color | Color value of the pixel in display native format. |
References et024006_DrawPixel(), gfx_max_x, gfx_max_y, gfx_min_x, and gfx_min_y.
gfx_color_t gfx_et024006dhu_get_pixel | ( | gfx_coord_t | x, |
gfx_coord_t | y | ||
) |
Get the color of a pixel on the display.
x | X coordinate of the pixel to be sampled. |
y | Y coordinate of the pixel to be sampled. |
References et024006_GetPixel(), GFX_COLOR_INVALID, gfx_max_x, gfx_max_y, gfx_min_x, and gfx_min_y.
void gfx_et024006dhu_init | ( | void | ) |
Initialize the et024006dhu display controller.
This function will be called when calling gfx_init. It will draw a black bacground to the display and enable the display backlight if available.
References et024006_Init(), ET024006DHU_BL_PIN, GFX_COLOR, gfx_draw_filled_rect, gfx_height, GFX_PANELHEIGHT, GFX_PANELWIDTH, gfx_set_clipping(), gfx_width, IOPORT_DIR_OUTPUT, ioport_enable_pin(), ioport_set_pin_dir(), ioport_set_pin_level(), sysclk_get_cpu_hz(), and sysclk_get_pbb_hz().
void gfx_et024006dhu_set_orientation | ( | uint8_t | flags | ) |
Set display orientation.
Set the display orientation
flags |
gfx_coord_t gfx_height |
Current height of screen.
Referenced by gfx_et024006dhu_init(), gfx_generic_draw_line(), gfx_get_height(), 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(), 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(), 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(), 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(), 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(), and gfx_set_clipping().