wip fix documentation

This commit is contained in:
Vinzenz Schroeter 2025-04-12 13:34:02 +02:00
parent 597614bc95
commit e0d82b2b87
13 changed files with 405 additions and 380 deletions

View file

@ -12,7 +12,7 @@ int main(void) {
sp_bitmap_fill(pixels, true);
Command *command = sp_command_bitmap_linear_win(0, 0, pixels, COMPRESSION_CODE_UNCOMPRESSED);
TypedCommand *command = sp_command_bitmap_linear_win(0, 0, pixels, COMPRESSION_CODE_UNCOMPRESSED);
if (command == NULL)
return 1;