[Arduino_Uno/atmega328p/game_marduino]

Super Marduino

 * Super Marduino
 * A platform game with Arduino Uno.
 * 
 * Requirements:
 * Nokia 5510 display and three buttons.
 * Additional libraries: Adafruit GFX and Adafruit_PCD8544.
 * 
 * Created by Tobias Beise Ulrich
 * 
 * GitHub:
 * https://github.com/tobiasbu/marduino

Play using gamepad:
Select or Jump: A button (mapped as computer keyboard "i" key)
Right : B button (mapped as computer keyboard "l" key)
Left : D button (mapped as computer keyboard "j" key)


marduino source

Download (pzw)

View Online


[Arduino_Uno/atmega328p/game_snake]

Snake Game


/**** Snake Game by Abhinav Faujdar *****/


Play using gamepad:
Up : A button (mapped as computer keyboard "i" key)
Down : C button (mapped as computer keyboard "k" key)
Right : B button (mapped as computer keyboard "l" key)
Left : D button (mapped as computer keyboard "j" key)
Pause : E button (mapped as computer keyboard "e" key)



snake.ino

Download (pzw)

View Online


[Arduino_Uno/atmega328p/LCD_pcd8544]

pcd8544 Graphics Test

  GraphicsTest.pde
   
  Universal 8bit Graphics Library, https://github.com/olikraus/u8glib/
  
  Copyright (c) 2012, olikraus@gmail.com
  All rights reserved.
GraphicsTest.ino

Download (pzw)

View Online


[Arduino_Uno/atmega328p/LCD_pcd8544_test]

pcd8544 Test


This is an example sketch for our Monochrome Nokia 5110 LCD Displays

  Pick one up today in the adafruit shop!
  ------> http://www.adafruit.com/products/338

These displays use SPI to communicate, 4 or 5 pins are required to
interface

Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!

Written by Limor Fried/Ladyada  for Adafruit Industries.
BSD license, check license.txt for more information
All text above, and the splash screen must be included in any redistribution


Original Github

pcdtest.ino

Download (pzw)

View Online


[Arduino_Uno/atmega328p/Oscilloscope]

Arduino Uno 3V Oscilloscope

This is my version of the Arduino oscilloscope code.  This file is strictly the display code for 
one analog channel.  It will soon be merged into my data logger project.

This is shared so others may incorporate the display code into their projects.  It has been modified to 
play nice with the Adafruit 5110 LCD library.

This is a work in progress but hopefully it will help someone else by providing
a base to start and work from.

Please check out my Youtube videos here and consider a thumbs up if this helped you!
Youtube : http://www.youtube.com/mkmeorg

Full Arduino Tutorial Playlist here: https://www.youtube.com/playlist?list=PLxyM2a_cfnzjXms2WRO9OdAr-_7K-Ve2Z

Original code comment text:
###########################################################
  Title:       Arduino Uno 3V Oscilloscope
  Purpose:     Use a Nokia 5110 LCD screen with the arduino
  Created by:  Brian O'Dell from the Fileark Arduino Oscilloscope.
  Note:        Please reuse, repurpose, and redistribute this code.
  Note:        This code uses the Adafruit PDC8544 LCD library  
###########################################################
https://github.com/Megamemnon/Arduino-Oscilloscope/blob/master/Uno3VOScope.ino
oscilloscope.ino

Download (pzw)

View Online


[Blue_Pill/stm32f103c8t6/Nokia5110]

STM32 Nokia 5110 LCD Example

Original Link: https://blog.avislab.com/category/stm32/

Source code

Download (pzw)

[Breadboard/atmega328p/game_marduino]

Super Marduino

 * Super Marduino
 * A platform game with Arduino Uno.
 * 
 * Requirements:
 * Nokia 5510 display and three buttons.
 * Additional libraries: Adafruit GFX and Adafruit_PCD8544.
 * 
 * Created by Tobias Beise Ulrich
 * 
 * GitHub:
 * https://github.com/tobiasbu/marduino

Play using gamepad:
Select or Jump: A button (mapped as computer keyboard "i" key)
Right : B button (mapped as computer keyboard "l" key)
Left : D button (mapped as computer keyboard "j" key)


marduino source

Download (pzw)

View Online


[ESP32_DevKitC/ESP32/NTP_client]

NTP client with PCD8544 LCD

   PCD8544 Library Modified for Esp32 Nokia 5110 LCD Interfacing.
   Sample code for Displaying time and Date from NTP servers.
Original code

Source code

Download (pzw)

[Franzininho_DIY/attiny85/Termometro]

Franzininho DIY: Termômetro



Franzininho: Termômetro exemplo do siteDQSoft


Neste projeto vamos usar o Franzininho para apresentar a temperatura atual em um display LCD.

Link para o artigo e código: Termômetro

Download (pzw)

View Online


[McLab2/PIC16F877A/LCD_pcd8544]

Test pcd8544 LCD display

LCD pcd8544 display test 
MPLABX pcd8544 project

Download (pzw)

View Online