1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-17 06:19:52 +02:00

update layer to be compatible with rpi zero 64 bits

This commit is contained in:
Dany LE
2022-01-29 16:31:50 +01:00
parent 28c0bca1d6
commit 16b17aa535
7 changed files with 23 additions and 7 deletions

View File

@ -102,6 +102,7 @@ int main( int argc, char** argv )
SDL_SetRenderDrawColor( renderer, rand() % 256, rand() % 256, rand() % 256, SDL_ALPHA_OPAQUE );
SDL_RenderClear( renderer );
SDL_RenderPresent( renderer );
SDL_Delay(50);
}
SDL_DestroyRenderer( renderer );