SH1106 | MicroPython driver for the SH1106 OLED controller

 by   robert-hh Python Version: Current License: Non-SPDX

kandi X-RAY | SH1106 Summary

kandi X-RAY | SH1106 Summary

SH1106 is a Python library typically used in Internet of Things (IoT) applications. SH1106 has no vulnerabilities and it has low support. However SH1106 has 1 bugs, it build file is not available and it has a Non-SPDX License. You can download it from GitHub.

This driver consists mostly of the work of Radomir Dopieralski (@deshipu). I added a few functions and changed the existing ones so it matches better my needs for a project.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              SH1106 has a low active ecosystem.
              It has 115 star(s) with 34 fork(s). There are 8 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 24 have been closed. On average issues are closed in 44 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of SH1106 is current.

            kandi-Quality Quality

              OutlinedDot
              SH1106 has 1 bugs (1 blocker, 0 critical, 0 major, 0 minor) and 5 code smells.

            kandi-Security Security

              SH1106 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              SH1106 code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              SH1106 has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              SH1106 releases are not available. You will need to build from source code and install.
              SH1106 has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              SH1106 saves you 49 person hours of effort in developing the same functionality from scratch.
              It has 177 lines of code, 29 functions and 1 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed SH1106 and discovered the below as its top functions. This is intended to give you an instant insight into SH1106 implemented functionality, and help decide if they suit your requirements.
            • Flip the scanner
            • Display the screen
            Get all kandi verified functions for this library.

            SH1106 Key Features

            No Key Features are available at this moment for SH1106.

            SH1106 Examples and Code Snippets

            No Code Snippets are available at this moment for SH1106.

            Community Discussions

            QUESTION

            Add element to OLED display via PIL/Python without erasing rest
            Asked 2020-Oct-25 at 17:32

            I have a SH1106 display connected to my Raspberry Pi that I'm controlling using luma.oled.

            I can display all kind of content in different fonts, which is great. However, I can't figure out how to add something to what's currently being displayed without refreshing the whole display. My code is like this:

            ...

            ANSWER

            Answered 2020-Oct-06 at 08:01

            I don't have an SH1106 to test with and I have never used the luma library, so there may be a much simpler way of doing what you want. If so, maybe someone will kindly ping me and I'll delete this answer.

            I have used PIL quite a lot, so I looked in here around line 28:

            Source https://stackoverflow.com/questions/64189757

            QUESTION

            python Threads on raspberry pi 3 - speed optimization
            Asked 2020-Oct-05 at 14:41

            I'm trying to get data from two sensors, one every 1 second and one every 10 seconds.

            I have two functions which update a small OLED display with the values from the sensors. I want to have both functions run in perpetuity to always display the latest values. After doing my research, I thought I had found what I needed with Ray but it doesn't seem to work on the Pi 3. I then looked into Threads which I implemented like such:

            ...

            ANSWER

            Answered 2020-Oct-05 at 14:41

            There is a lot of stuff to improve here. There is no way I can address them all, just few suggestions:

            Firstly, device.display() is blocking. Instead of redrawing on every change, make batch updates when necessary:

            Source https://stackoverflow.com/questions/64199897

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install SH1106

            You can download it from GitHub.
            You can use SH1106 like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/robert-hh/SH1106.git

          • CLI

            gh repo clone robert-hh/SH1106

          • sshUrl

            git@github.com:robert-hh/SH1106.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link