Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/Simple_Image/Simple_Image.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CPU Speed(MHz) 72MHz (Normal)

Author Rodrigo Patricio Garcia Corbera ([email protected])
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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/snake_byte_game/snake_byte_game.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

*/

#include <arduino.h>
#include <Arduino.h>
#include "bluevga.h"
#include "UserDefinedFont.h"

Expand Down