summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-08-03 03:25:59 -0400
committerIan Moffett <ian@osmora.org>2025-08-03 03:25:59 -0400
commita50119daf92b52951c3a68fe70d8d5bf548adf55 (patch)
tree6489cea3332ed6739f9cbeaf859de79005dd7a13 /tools
parent96d4341a01c9b935d309ccc4b6d31d852a76257b (diff)
libgfx: draw: Add gfx_plot_point() pixel plotting
Implement mechanism that allows one to plot pixels on the screen with a specific color at specific x/y coordinates. Example: -- struct gfx_point p = { .x = 150, .y = 200, .color = GFX_GREEN }; /* Draw green point at (150,200) */ gfx_plot_point(&ctx, &p); -- Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions