User Tools

Site Tools


arduino:displays_for_classic_arduinos:nokia_5110_displays_and_classic_arduinos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
arduino:displays_for_classic_arduinos:nokia_5110_displays_and_classic_arduinos [2018/01/27 22:27] mithatarduino:displays_for_classic_arduinos:nokia_5110_displays_and_classic_arduinos [2018/01/28 06:24] mithat
Line 1: Line 1:
-====== Nokia 5110 Displays and Classic Arduinos ======+====== Nokia 5110 displays and classic Arduinos ======
  
 ===== Summary opinions ===== ===== Summary opinions =====
Line 30: Line 30:
  
 /* /*
 + * Basic test a Nokia 5110 display and the U8g2 library.
 + *
  * Notes:  * Notes:
  * Program storage space and dynamic memory are the same whether you use HW or SW SPI.  * Program storage space and dynamic memory are the same whether you use HW or SW SPI.
Line 80: Line 82:
  
 <file c++ display_nokia_5110_u8glib.ino> <file c++ display_nokia_5110_u8glib.ino>
 +// Modified by Mithat Konar from
 // Henry's Bench // Henry's Bench
 // Arduino Nokia 5110 U8Glib Tutorial // Arduino Nokia 5110 U8Glib Tutorial
-// From http://henrysbench.capnfatz.com/henrys-bench/arduino-displays/arduino-nokia-5110-with-u8glib-tutorial/ +// http://henrysbench.capnfatz.com/henrys-bench/arduino-displays/arduino-nokia-5110-with-u8glib-tutorial/
-// Modified by mfk.+
  
 #include "U8glib.h" #include "U8glib.h"
Line 150: Line 152:
   code as you see fit. If you find it useful, and we meet someday,   code as you see fit. If you find it useful, and we meet someday,
   you can buy me a beer.   you can buy me a beer.
-*/+ */
  
 /* /*
- Modified by mfk: minimal test, different pins used, different contrast.+ Further modifications by Mithat Konar: minimal test, different pins, different contrast.
    
  * Notes:  * Notes:
  * This minimal version uses 6% of program storage space and 26% of dynamic memory.  * This minimal version uses 6% of program storage space and 26% of dynamic memory.
- * Different fonts can be experimented with+ * Different fonts can be experimented with.
  */  */
      
-/* mfk pin assignments (set in LCD_Functions.h:+/* Mithat'pin assignments (set in LCD_Functions.h):
  * RST: 8  * RST: 8
  * CE/CS/SCE: 10  * CE/CS/SCE: 10
Line 191: Line 193:
  
 ==== Rinky-Dink Electronics ==== ==== Rinky-Dink Electronics ====
-Rinky-Dink Electronics has a number of libraries for working with the Nokia 5110: a [[http://www.rinkydinkelectronics.com/library.php?id=44 | basic version]] that let you write text and render bitmaps, a version that ads [[http://www.rinkydinkelectronics.com/library.php?id=47 | graphics]] capabilities, and and add-on that lets you load images from an [[http://www.rinkydinkelectronics.com/library.php?id=69 | SPI flash chip]].+Rinky-Dink Electronics has a number of libraries for working with the Nokia 5110: a [[http://www.rinkydinkelectronics.com/library.php?id=44 | basic version]] that let you write text and render bitmaps, a version that ads [[http://www.rinkydinkelectronics.com/library.php?id=47 | graphics]] capabilities, and an add-on that lets you load images from an [[http://www.rinkydinkelectronics.com/library.php?id=69 | SPI flash chip]].
  
 I have not yet tested any of these, but I like the two-tiered and modular approach to functionality. I have not yet tested any of these, but I like the two-tiered and modular approach to functionality.
arduino/displays_for_classic_arduinos/nokia_5110_displays_and_classic_arduinos.txt · Last modified: 2018/01/28 21:36 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki