Code Monkey home page Code Monkey logo

Comments (3)

Effix avatar Effix commented on August 15, 2024

https://learn.adafruit.com/monochrome-oled-breakouts/arduino-library-and-examples

This page has a link to and shows how to use "LCD Assistant" to convert bitmaps into code.

from adafruit_ssd1306.

mcauser avatar mcauser commented on August 15, 2024

I found this too quite useful: http://javl.github.io/image2cpp/
Upload a bitmap to get a byte array.
Use draw mode vertical / horizontal to orient the pixels.

From memory, the buffer uses vertical and drawBitmap() uses horizontal.

from adafruit_ssd1306.

deadbaed avatar deadbaed commented on August 15, 2024

http://javl.github.io/image2cpp/ is very useful, and it helped me to make my own logo.

i made the logo in photoshop in 128x64 (the resolution of the display i am using), exported the image as bmp, uploaded it to the online tool, copied the arduino code, pasted into my program, and worked like a charm!

https://github.com/vegapoubelle/morpheus/tree/master/logo-ecran

from adafruit_ssd1306.

Related Issues (20)

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.