User Tools

Site Tools


misc:gui_options_for_embedded_design

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
misc:gui_options_for_embedded_design [2017/12/03 21:07] – [Hardware] mithatmisc:gui_options_for_embedded_design [2018/01/13 16:35] (current) – [Software] mithat
Line 5: Line 5:
  
 ==== Software ==== ==== Software ====
 +=== Drivers ===
 +== Character LCD ==
 +
   * [[https://www.arduino.cc/en/Reference/LiquidCrystal | Arduino Liquid Crystal]]   * [[https://www.arduino.cc/en/Reference/LiquidCrystal | Arduino Liquid Crystal]]
-  * [[https://www.arduino.cc/en/Reference/TFTLibrary | Arduino TFT]] +  * [[https://github.com/gregington/BigCrystal | Arduino BigCrystal]]: big characters, serial and PFC8574 I2C input 
-  * [[https://forum.arduino.cc/index.php?topic=193107.0 | Arduino Big Crystal]] +  * [[https://github.com/gregington/BigCrystalTWI | Arduino BigCrystalTWI]]: big characters, MCP2008 I2C input 
-  * [[https://github.com/olikraus/u8g2/wiki | u8g2]] + 
-  * [[https://github.com/olikraus/u8glib/wiki | u8glib]]+== Monochrome graphics == 
 +  * [[https://github.com/olikraus/u8g2/wiki | u8g2 ]]: monochrome graphics library 
 +  * [[https://github.com/olikraus/u8glib/wiki | u8glib ]]: monochrome graphics library 
 +  * [[https://bitbucket.org/bperrybap/openglcd/wiki/Home | openGLCD]]: GPL, appears to be monochrome only 
 +  * [[http://www.rinkydinkelectronics.com/library.php?id=49 | MGLCD]]: character LCDs 
 +  * [[http://www.rinkydinkelectronics.com/library.php?id=77 | LEDmatrix7219]]: 8x8 LED matrix 
 +  * [[http://www.rinkydinkelectronics.com/library.php?id=79 | OLED_I2C]]: 128x64 OLED displays based on SSD1306 
 + 
 +== Color ==
   * [[https://github.com/adafruit/Adafruit-GFX-Library/ | Adafruit GFX Library]]   * [[https://github.com/adafruit/Adafruit-GFX-Library/ | Adafruit GFX Library]]
-  * [[http://www.rinkydinkelectronics.com/library.php?id=51 | UTFT (and others)]] +  * [[https://www.arduino.cc/en/Reference/TFTLibrary | Arduino TFT]]: extends the Adafruit GFX, and Adafruit ST7735 libraries  
-  * [[https://github.com/itead/ITEADLIB_Arduino_Nextion/ | Nextion for Arduino]]+  * [[https://github.com/Bodmer/TFT_ST7735 | TFT_ST7735]]:  Arduino graphics library for ST7735 displays with propotional fonts 
 +  * [[http://www.rinkydinkelectronics.com/library.php?id=51 | UTFT]] 
 +  * [[https://github.com/itead/ITEADLIB_Arduino_Nextion/ | Nextion for Arduino]]: Integrated driver uC and touch 
 + 
 +== Misc == 
 +* [[https://github.com/RobTillaart/Arduino/tree/master/libraries/PCF8574 | Arduino PCF8574]] : bidirectional I2C to parallel 
 + 
 +=== Design s/w === 
 +  * [[http://en.radzio.dxp.pl/bitmap_converter/ | LCD Assistant]] 
 +  * [[https://xantorohara.github.io/led-matrix-editor/]] 
 + 
 +=== Tutorials === 
 +  * [[http://howtomechatronics.com/tutorials/arduino/8x8-led-matrix-max7219-tutorial-scrolling-text-android-control-via-bluetooth/]]
  
 ==== Hardware ==== ==== Hardware ====
Line 28: Line 51:
  
 ==== Sources ==== ==== Sources ====
-  * [[http://www.buydisplay.com/ | East Rising]]:  Character LCD, graphic LCD, TFT (w and w/o touch), OLED, e-Paper +  * [[http://www.buydisplay.com/ | East Rising]]:  Character LCD, graphic LCD, TFT (w and w/o touch), OLED, e-Paper. 
-  * [[https://www.waveshare.com/product/modules/oleds-lcds.htm | Waveshare]]: Particularly known for e-Paper, but also character LCD, graphic LCD, TFT (w and w/o touch), OLED+  * [[https://www.waveshare.com/product/modules/oleds-lcds.htm | Waveshare]]: Particularly known for e-Paper, but also character LCD, graphic LCD, TFT (w and w/o touch), OLED
 +  * [[https://www.adafruit.com | Adafruit]] : Comes at a premium, e.g. [[https://www.adafruit.com/product/1047 | 8x8 matrix]]. 
 +  * [[http://www.luckylight.cn/product1.php?cid=10 | Luckylight]]: Wholesale only? 
 +  * [[http://www.betlux.com/led-en/ | Betlux]]: Wholesale only? 
 +  * [[https://www.sainsmart.com | SainSmart]] 
  
 ===== RPi/BeagleBone-based ===== ===== RPi/BeagleBone-based =====
Line 39: Line 67:
 === HTML === === HTML ===
   * See [[hybrid_apps:alternative_architecture_for_hybrid_applications|An Alternative Architecture for Hybrid Applications]] and [[hybrid_apps:alternative_architecture_notes|Notes for Alternative Architectures for Hybrid Applications]].   * See [[hybrid_apps:alternative_architecture_for_hybrid_applications|An Alternative Architecture for Hybrid Applications]] and [[hybrid_apps:alternative_architecture_notes|Notes for Alternative Architectures for Hybrid Applications]].
-  * Also [[https://electronjs.org/|Electronjs]] and similar.+  * [[https://electronjs.org/|Electronjs]] and similar.
  
 === Qt === === Qt ===
misc/gui_options_for_embedded_design.1512335261.txt.gz · Last modified: 2017/12/03 21:07 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki