Skip to content

project for fun with arduino nano and Nokia 5110 LCD.

Notifications You must be signed in to change notification settings

s-litvin/snakeduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

snakeduino

Just for fun. Using Arduino Nano and Nokia 5110 LCD.

Description

Project contains code of game, stl files for 3d printing and connection scheme. Graphic library uses most of memory, and if you want, you free to rewrite code as you want. For using Adafruit graphic libraries for 5110 display, you need to include it before:

#include <Adafruit_GFX.h>
#include <Adafruit_PCD8544.h>

Connecting scheme

alt text