22#include "px_gfx_disp.h"
43void px_gfx_disp_buf_clear(
void)
63 case PX_GFX_COLOR_OFF:
66 case PX_GFX_COLOR_INVERT:
76 px_gfx_disp_sim_draw(area);
79void px_gfx_disp_log_report_buf(
void)
83 for(y = 0; y < PX_GFX_DISP_SIZE_Y; y++)
85 for(x = 0; x < PX_GFX_DISP_SIZE_X; x++)
uint8_t px_gfx_frame_buf[PX_GFX_DISP_SIZE_Y][PX_GFX_DISP_SIZE_X]
Allocate space for frame buffer [row(y)][col(x)].
px_gfx_color_t
Foreground and background color definitions.
int16_t px_gfx_xy_t
Size definition of an X or Y coordinate.
#define PX_LOG_NAME(name)
Macro to declare a log name string once for each file to reduce code size.
#define PX_LOG_TRACE_CHAR(c)
Macro to output a char if PX_LOG=1.