|
px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
|
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... | |
|
extern |
Allocate space for frame buffer [row(y)][col(x)].
Definition at line 32 of file px_gfx_disp_sim.c.