-
Has support been removed for st7735?
I get error:
```
demo.py: error: argument --display/-d: invalid choice: 'st7735' (choose from 'ssd1306', 'ssd1322', 'ssd1325', 'ssd1327', 'ssd1331', 'ssd1351', …
ameel updated
6 years ago
-
Using Marlin 1.1.8
This used to work. The only thing that has really changed was I updated to the latest Arduino IDE. I went back through, removed the board via boards manager, re-added, reselected, …
-
https://learn.adafruit.com/2-7-monochrome-128x64-oled-display-module/overview
May need to add support for 8-bit parallel data interconnect.
![2016-12-24 10 13 58](https://cloud.githubusercontent…
-
It seems that the function u8g2_GetUTF8Width has a problem on utf8 cyrillic (and may be other) strings.
The string "СупердиÑкотека 90Ñ…" ie:"Супердискотека 90х"
return 19
While t…
-
#### Type of Raspberry Pi
Orange Pi Zero, Armbian
#### Linux Kernel version
Linux dof 3.4.113-sun8i #10 SMP PREEMPT Thu Feb 23 19:55:00 CET 2017 armv7l GNU/Linux
#### Expected behaviour
…
combs updated
6 years ago
-
This [3.2 inch OLED](http://www.ebay.com/itm/SPI-3-12-3-2-256x64-Graphic-OLED-Blue-Display-SSD1322-Arduino-PIC-ARM-/161840095968?hash=item25ae6be2e0:g:tf8AAOSwiLdWCBDr) looks awesome, but it's a SSD13…
-
Hi,
The new NHD-2.7 128x64 oled display comes with the ssd1322 controller instead of the ssd1325.
I have been trying to replace it with your ssd1322 256x64 controller.
The display works, but …
-
/home/emma/arduino-1.8.9/arduino-builder -dump-prefs -logger=machine -hardware /home/emma/arduino-1.8.9/hardware -hardware /home/emma/.arduino15/packages -tools /home/emma/arduino-…
-
by choosing i2c slave code, the config System try to include i2c master files... which went wrong...
```
> avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std…
-
This is not really a library problem - more an enhancement:
I measured the E - cycle time on a KS0108 display i have and i needed 2.8us! The datasheet says 450ns and in u8g2 the delay nano takes an 8…