draw_bmp: Draw a bitmap at position #2

Open
opened 2026-08-30 10:47:18 +02:00 by ShatteredMINT · 1 comment
Owner

Description

Draws the specified bitmap on the screen
possible variants: 1bit / 8bit / 24bit colour

Motivation

Allows for simply displaying logos UI elements and more
Might be used for sprite support later on

ABI suggestion

r1 = pointer to colour array
r2 = length of colour array
r3 = width of image
r4 = height of image
r5 = x position
r6 = y position

no result
## Description Draws the specified bitmap on the screen possible variants: 1bit / 8bit / 24bit colour ## Motivation Allows for simply displaying logos UI elements and more Might be used for sprite support later on ## ABI suggestion ```asm r1 = pointer to colour array r2 = length of colour array r3 = width of image r4 = height of image r5 = x position r6 = y position no result ```
ShatteredMINT added the enhancement label 2026-08-30 10:47:18 +02:00
ShatteredMINT added this to the Graphics API project 2026-08-30 10:47:18 +02:00
ShatteredMINT moved this to accepted in Graphics API on 2026-08-30 11:01:33 +02:00
Contributor

I think #21 solves that issue 😉

I think #21 solves that issue 😉
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TCShenanigans/symphony_stdlib#2