User Tools

Site Tools


arduino:displays_for_classic_arduinos:start

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
arduino:displays_for_classic_arduinos:start [2018/02/01 20:01] mithatarduino:displays_for_classic_arduinos:start [2019/11/15 16:02] (current) – [Medium] mithat
Line 5: Line 5:
 I am consolidating some application and performance information here on various graphic displays you can use with the Arduino Uno, Nano, and Pro Mini. I'm focusing on these classic ATmega328P-based devices because their popularity makes what you can do with them relevant and their low performance makes them a real challenge. I am consolidating some application and performance information here on various graphic displays you can use with the Arduino Uno, Nano, and Pro Mini. I'm focusing on these classic ATmega328P-based devices because their popularity makes what you can do with them relevant and their low performance makes them a real challenge.
  
-There are heaps and piles of different displays that you can use with Arduinos, so this by no means a complete list. I've included here only those I've had experience with and am running tests that are relevant to my needs.+I've included here only those I've had experience with and am running tests that are relevant to my needs. There are heaps and piles of different displays that you can use with Arduinos, so this doesn't come close to being a complete list
  
-===== Summary of results ===== +One takeaway from the tabulated list of [[results]] is that on graphics displays font data eats memoryThis means you might be able to optimize memory use by creating custom font tables that only include the characters you actually need.
- +
-|                              ^ program storage (%)     ^ dynamic storage (%)   ^ speed (msec) ^ clock (MHz) ^ comments | +
-^ 20×4 character (parallel)    | 15                      | 4                     | 14           | 16                 | HD44780 w/BigCrystal| +
-^ 20×4 character (serial)      | -                       | -                     | -            | 16                 | | +
-^ Nokia 5110                   | 42                      | 24                    | 100          | 8                  | PCD8544 w/U8g2 | +
-^ 1.8″ and 1.44″ TFT           | 56                      | 13                    | 525          | 16                  | ST7735 w/ Ucglib, solid fonts | +
-^ Tiny 128x64 OLED             | 46                      | 28                    | 76           | 16                  | SSD1306 w/U8g2|+
  
 ===== Character based ===== ===== Character based =====
 +
   * [[parallel_character_lcd_displays_and_classic_arduinos | Parallel character LCD displays]]   * [[parallel_character_lcd_displays_and_classic_arduinos | Parallel character LCD displays]]
-  * [[serial_character_lcd_displays_and_classic_arduinos | Serial character LCD displays]] ⇐ wait for it 
  
 ===== Graphic displays ===== ===== Graphic displays =====
Line 30: Line 23:
 ==== Medium ==== ==== Medium ====
  
-  * [[arduino:displays_for_classic_arduinos:medium_graphic_lcd_displays_and_classic_arduinos | Medium graphic LCD displays]] ⇐ coming soon +  * [[arduino:displays_for_classic_arduinos:medium_graphic_lcd_displays_and_classic_arduinos | Medium graphic LCD displays]]
-  * [[arduino:displays_for_classic_arduinos:medium_oled_displays_and_classic_arduinos | Medium OLED displays]] ⇐ wait for it+
  
  
 ==== Large ==== ==== Large ====
   * Are you kidding?   * Are you kidding?
arduino/displays_for_classic_arduinos/start.1517515315.txt.gz · Last modified: 2018/02/01 20:01 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki