Nick Koumaris
Published © LGPL

DIY Photo Frame With Arduino

Dear friends welcome to another tutorial! This is Nick from educ8s.tv and today we are going to build this small but impressive digi...

BeginnerFull instructions provided1 hour5,970
DIY Photo Frame With Arduino

Things used in this project

Hardware components

Arduino Nano R3
Arduino Nano R3
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Code

Code snippet #1

Plain text
void loop() {  bmpDraw("logo.bmp", 0, 0);
  delay(3000);
  bmpDraw("mezapos.bmp",0,0);
  delay(3000);
  bmpDraw("sparti.bmp",0,0);
  delay(3000);
  bmpDraw("mani.bmp",0,0);
  delay(3000);
  bmpDraw("lisbon.bmp",0,0);
  delay(3000);}

Github

https://github.com/adafruit/Adafruit-ST7735-Library

Github

https://github.com/adafruit/Adafruit-GFX-Library

Credits

Nick Koumaris

Nick Koumaris

13 projects • 304 followers
My name is Nick Koumaris and I am a software engineer from Sparta, Greece. I love building projects and share them with the world!

Comments