screenshot util

This commit is contained in:
boreddevnl
2026-03-12 12:16:01 +01:00
parent dbaff43c6f
commit 071f8339bf
20 changed files with 1992 additions and 21 deletions

View File

@@ -31,6 +31,7 @@ void graphics_set_bg_pattern(const uint32_t *pattern); // 128x128 pattern
void graphics_set_bg_image(uint32_t *pixels, int w, int h); // Full-screen wallpaper image
void graphics_set_render_target(uint32_t *buffer, int w, int h);
void graphics_blit_buffer(uint32_t *src, int dst_x, int dst_y, int w, int h);
void graphics_copy_screenbuffer(uint32_t *dest);
void draw_boredos_logo(int x, int y, int scale);