merge folders
This commit is contained in:
parent
6355b430ee
commit
18aa87da92
20 changed files with 1079 additions and 55 deletions
|
@ -6,12 +6,6 @@ int main(void) {
|
|||
if (connection == NULL)
|
||||
return 1;
|
||||
|
||||
sp2_Command *command = sp2_command_clear();
|
||||
if (command == NULL)
|
||||
return 2;
|
||||
if (!sp2_connection_send(connection, command))
|
||||
return 3;
|
||||
|
||||
sp2_PixelGrid *pixels = sp2_pixel_grid_new(sp2_PIXEL_WIDTH, sp2_PIXEL_HEIGHT);
|
||||
sp2_pixel_grid_fill(pixels, true);
|
||||
command = sp2_command_bitmap_linear_win(0, 0, pixels);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue