diff --git a/examples/Simple_Image/Simple_Image.ino b/examples/Simple_Image/Simple_Image.ino index affdc7f..d92913d 100644 --- a/examples/Simple_Image/Simple_Image.ino +++ b/examples/Simple_Image/Simple_Image.ino @@ -10,7 +10,7 @@ CPU Speed(MHz) 72MHz (Normal) Author Rodrigo Patricio Garcia Corbera (rocorbera@gmail.com) - Copyright � 2017-2024 Rodrigo Patricio Garcia Corbera. + Copyright © 2017-2024 Rodrigo Patricio Garcia Corbera. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -86,7 +86,7 @@ const uint8_t image[IMAGE_WIDTH * IMAGE_HEIGHT] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -} +}; // defines number of pixels of the whole screen diff --git a/examples/snake_byte_game/snake_byte_game.ino b/examples/snake_byte_game/snake_byte_game.ino index 4c1525b..5e4dd6c 100644 --- a/examples/snake_byte_game/snake_byte_game.ino +++ b/examples/snake_byte_game/snake_byte_game.ino @@ -26,7 +26,7 @@ */ -#include +#include #include "bluevga.h" #include "UserDefinedFont.h"