Coder Social home page Coder Social logo

oled_display_128x64's Introduction

OLED_Display_128X64 Build Status

Grove - OLED Display 0.96"

LED 128×64 Display module is an OLED monochrome 128×64dot matrix display module with Grove 4pin I2C Interface.Comparing to LCD, OLED screens are way more competitive, which has a number of advantages such as high brightness, self-emission, high contrast ratio, slim / thin outline, wide viewing angle, wide temperature range, and low power consumption. It has bigger screen so that it can display more contents than the OLED 96×96.

For more information, please refer to Grove_OLED_Display_128X64 wiki


This software is written by Frankie Chu for seeed studio and is licensed under The GPL v2 License.

Contributing to this software is warmly welcomed. You can do this basically by
forking, committing modifications and then pulling requests (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.

Seeed is a hardware innovation platform for makers to grow inspirations into differentiating products. By working closely with technology providers of all scale, Seeed provides accessible technologies with quality, speed and supply chain knowledge. When prototypes are ready to iterate, Seeed helps productize 1 to 1,000 pcs using in-house engineering, supply chain management and agile manufacture forces. Seeed also team up with incubators, Chinese tech ecosystem, investors and distribution channels to portal Maker startups beyond.

Analytics

oled_display_128x64's People

Contributors

amanatides avatar ansgarschmidt avatar awong1900 avatar elefantasy avatar gavinchoate avatar isaonakamura avatar killingjacky avatar lanselambor avatar lawliet004 avatar pillar1989 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oled_display_128x64's Issues

Unclear license

Hi,
the license specified in the main folder is GNU GPL v2, while the license specified in the individual .h and .cpp files is GNU LGPL
Which one is good? thanks

BasicFont

Is there a way to replace the existing font with another? How do I find hex arrays of other fonts?
Or the possibility to change font size in some way?

Arduino error.

I do all the setup instructions and when I run Arduino code I get this error, please help.

Arduino: 1.6.5 (Mac OS X), Board: "Arduino Uno"
In file included from /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/WString.h:29:0,
from /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Print.h:26,
from /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Stream.h:26,
from /Users/Ryuuzaki/Documents/Arduino/libraries/Wire/Wire.h:26,
from OLED_Bitmap_Inverse_Display.pde:1:
OLED_Bitmap_Inverse_Display:5: error: variable 'SeeedLogo' must be const in order to be put into read-only section by means of 'attribute((progmem))'
Multiple libraries were found for "Wire.h"
Used: /Users/Ryuuzaki/Documents/Arduino/libraries/Wire
Not used: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire
Multiple libraries were found for "SeeedOLED.h"
Used: /Users/Ryuuzaki/Documents/Arduino/libraries/SeeedOLED
Not used: /Users/Ryuuzaki/Documents/Arduino/libraries/OLED_Display_128X64-master
variable 'SeeedLogo' must be const in order to be put into read-only section by means of 'attribute((progmem))'

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

turn on/off display

Please expose following turn off / turn on display calls.

  • sendCommand(SeeedOLED_Display_Off_Cmd); //display off
  • sendCommand(SeeedOLED_Display_On_Cmd); //display on

Looking for SetPixel(x,y)

I am looking to modify the library to build a function so i can enable each pixel individual.
Any help??

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.