Giter Site home page Giter Site logo

vetal-esher / open-nsynth-super Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlecreativelab/open-nsynth-super

0.0 0.0 0.0 13.3 MB

Open NSynth Super modified to work with SH1106 OLED instead of SSD1306.

License: Apache License 2.0

Makefile 6.88% C++ 73.00% Python 11.91% C 3.20% Shell 5.02%

open-nsynth-super's Introduction

Open NSynth Super SH1106

SH1106

This is slightly modified sources of Open NSynth Super for work with SH1106 OLED screen instead of SSD1306. If you use your OLED with pin DC=0 (not connected or tied to GND), the default address of your SH1106 will be 0x3c, Otherwise (pin DC=1 or connected to 3.3V), SH1106 address will be 0x3d and you don't need to replace or change original src/ofApp.h To know what I2C address is used with your OLED run 'i2cdetect -y 1'

Notes

The files which was changed:

  1. app/open-nsynth/src/OledScreenDriver.cpp
  2. app/open-nsynth/src/ofApp.h

Replacing the source

  1. sudo mount -o remount,rw /
  2. Place the OledScreenDriver.cpp and ofApp.h somewhere in Raspberry Pi
  3. cp ofApp.h /home/pi/opt/of/apps/open-nsynth/open-nsynth/src/
  4. cp OledScreenDriver.cpp /home/pi/opt/of/apps/open-nsynth/open-nsynth/src/

You don't need step 2 if your OLED is sitting on 0x3d I2C address.

Rebuilding source

  1. cd /home/pi/opt/of/apps/open-nsynth/open-nsynth/
  2. make clean
  3. make
  4. sudo reboot
  5. .. PROFIT! your device will start with the new compiled app

Original source

The original project https://github.com/googlecreativelab/open-nsynth-super

open-nsynth-super's People

Contributors

damian0815 avatar kichiki avatar kylewerle avatar nsynthsuper avatar vetal-esher avatar

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.