px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
/gfx [Graphics Library]

Description

Modules

 px_gfx.h : Basic monochrome graphics library
 A basic monochrome (1 bit per pixel) graphics library.
 
 px_gfx_obj.h : Graphical object layer
 Graphical object layer on primitive drawing layer.
 
 px_gfx_obj_graph.h : Graphical graph object
 Graphical graph object.
 
 px_gfx_obj_label.h : Graphical text label object
 Graphical text label object.
 
 px_gfx_obj_win.h : Graphical window object
 File(s):
 
 px_gfx_objects.h : Graphical objects
 Graphical objects.
 

Variables

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)]. More...
 

Variable Documentation

◆ px_gfx_frame_buf

uint8_t px_gfx_frame_buf[PX_GFX_DISP_SIZE_Y][PX_GFX_DISP_SIZE_X]
extern

Allocate space for frame buffer [row(y)][col(x)].

Definition at line 32 of file px_gfx_disp_sim.c.