-
Hi, all of the examples are failing on RPi 3 Model B (Raspbian Stretch) for ssd1325 display, when running with Python 3 (Python v3.5.3). I followed the installation instructions, and had to also insta…
-
I cannot get the GTR firmware to compile using ATOM, or VSCODE, the guide that the documentation refers to is for another board entirely, I spent 70 bucks getting this thing to me and I'm very offset …
-
Please add support for the ST7567 display to be available by telnet.
For example: 'sys.lcd("74")'
The closest available option is ST7565, but it shows a mirrored and shifted picture.
Thanks!
-
Hi,
I am implementing a display with an ssd1325 controller. I am trying to implement a python script from scratch using the API.
My display is running perfectly with the following command:
`py…
-
I hate to waist your time but I am having a problem You may be able to help me solve very quickly.
I am using a 2.7" GLED display (ADAFruit # 2764) using a SSD1325 controller. The processor I am usi…
-
Hello,
I have some problems with compiling the firmware. I followed the instructions as they described. However, there are also errors (letters exchanged) within some files which I could correct to…
-
Hi I recently bought a few OSRAM Pictiva 128x64 OLEDs and was thinking about adding support for it in u8g2. Are there any development guides I should follow before I start hacking at it to send you a …
-
Hi, I discovered that I2c pins on my esp32 wemos lolin, are different from the standard configuration of pins... is there a way to change them without compiling? Is it correct to changhe pins on the f…
-
when i run this demo:
```python
from luma.core.interface.serial import i2c, spi
from luma.core.render import canvas
from luma.oled.device import ssd1306, ssd1325, ssd1331, sh1106
serial = i2c(p…
wwhai updated
6 years ago
-
Trying to use u8x8 with an SSD1306 and I don't think the data is being sent down the I2C bus correctly. During initialization, the first command is "Set Display OFF" which is a command that takes no a…