luma.oled icon indicating copy to clipboard operation
luma.oled copied to clipboard

Python module to drive a SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED

Results 41 luma.oled issues
Sort by recently updated
recently updated
newest added

The new ws0010 (and related winstar_weh) classes contain embedded fonts. The data for these fonts are contained within luma.oled.device.const.py in a dict called FONTDATA. One key in FONTDATA is 'mappings'...

help wanted

I'm using 1.3'' OLED screen with sh1106 driver chip. It is 128x64 pixels screen. When rotating the screen with, rotate = 0, 1, 2 or 3 in the following lines...

bug

Hi This is my time posting a question on github so hopefully I am doing this correctly. First, I would like to thank all of the contributors in generating the...

update-needed

In init for ssd1322(grayscale) you have 👍 command(0xA4) // Display off (all pixels off) I do think it should be 0xAE, like for Newhaven type display that has the same...

question
update-needed

Hi, I hope you can help me, I am using a VL53l0x to measure distance and record the value on the oled via a switch statement, the garbling appears after...

I'm using a SSD1306 128x64 OLED display in a raspberry pi 3 model through SPI. Although most of the examples run correctly all the images seems to move from left...

I'm sure the issue is mine, but I've yet to figure out what it is. The ssd1327 produces a very poor frame rate: `Linux orangepizero 4.14.18-sunxi #24 SMP Fri Feb...

question

New installation on Raspberry Pi Zero, Debian Stretch and Python3 (3.5) All went well until attempts to run example programs. I am using an sh1106 OLED display on I2C interface....

documentation

**Board** : Jetson TX2 **SPI/GPIO controller** : FT232H (adafruit board) **OS** : Ubuntu 16.06 64 bits **Screens** : 2 SSD1351 RGB Oled screens (2 in parallel/ same wires(same pins)) Hello,...

question