Code Monkey home page Code Monkey logo

Comments (6)

PaintYourDragon avatar PaintYourDragon commented on July 16, 2024 1

It's recommended that one create a fork when adding capabilities for hardware not in the Adafruit catalog, as these create support liabilities -- it opens the possibility of needed bug fixes for hardware we don't have and can't troubleshoot. Forks can easily be kept up-to-date with changes in the master code.

from adafruit_ssd1306.

mcauser avatar mcauser commented on July 16, 2024

I have a partially working fork using a 64x48 OLED and a WeMos D1 mini (ESP8266) over hardware SPI.

The scrolling example does not work as expected.
There are random pixels offscreen.
In display() I set the column start address to 32, column end address to 95 and page end address to 5.

ssd1306_command(SSD1306_COLUMNADDR);
ssd1306_command(32);  // Column start
ssd1306_command(95);  // Column end (32+64-1)
ssd1306_command(SSD1306_PAGEADDR);
ssd1306_command(5);  // Page end ((48/8)-1)

from adafruit_ssd1306.

maruel avatar maruel commented on July 16, 2024

@mcauser Is the garbage-on-scroll the reason you haven't done a PR for https://github.com/mcauser/Adafruit_SSD1306/tree/esp8266-64x48 ?

from adafruit_ssd1306.

mcauser avatar mcauser commented on July 16, 2024

@maruel No. I haven't made a PR yet as their buffer is geared to work with their 128x* range of displays and my change is rather inefficient. Need a bit of a cleanup to work with more display sizes. Adafruit are generally more responsive at reviewing/merging PRs when the change benefits the products they sell, rather than 3rd party boards using their library. I'll revisit this shortly.

from adafruit_ssd1306.

Testato avatar Testato commented on July 16, 2024

Thanks mcauser for your work,
there are new developments on this topic?
64x48 display has become very common today

from adafruit_ssd1306.

reibuehl avatar reibuehl commented on July 16, 2024

Is there any plan to still merge the support for 64x48 OLED into the library?

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.