-
**显示系统已经内置那些模块**
help('modules')
**sh1107的驱动**
```python
from machine import SPI, Pin
import ssd1306
rst = Pin(33)
dc = Pin(27)
cs = Pin(14)
sck = Pin(18)
miso = Pin(19)
mosi = Pin(23)
…
-
In SSD1306Ascii.cpp there is an issue that prevents displays with more than 8 rows or 64 pixels from displaying more than that.
The issue seems to be at line 166 in that file.
I have changed:
`ss…
-
想问下这个12880屏幕用的是什么驱动哇?是几寸的呀?
-
# Work in Progress :: Rewrite of Adafruit_Blinka_Displayio from CircuitPython core
Repository/Branch: https://github.com/lesamouraipourpre/Adafruit_Blinka_Displayio/tree/display-core
## Inceptio…
-
不知道具体的屏幕型号,有屏幕链接吗
-
大佬好,ESP32-OLED的main.cpp中,第三行引用的U8g2lib.h没有出现在lib/U8g2/src/中,我在VSCode中使用pio对其进行编译的时候会提示找不到头文件。
(看到了.idea,没有在CLion下使用过pio,不知道在CLion下是否需要这个文件)
-
**Is your feature request related to a problem? Please describe.**
Add support for SH1106 chipset for OLED displays. wokwi supports the SSD1306 OLED displays. There are a bunch of similar OLED displ…
-
I would like to contribute a port to the Particle build system. Is there documentation somewhere, or can we work some documentation out, for how to add a new folder in lcd_hal for particle? I expect i…
-
followup for: https://github.com/olikraus/u8g2/issues/735
```
u8x8_cad_ssd13xx_i2c Put a I2C start/stop around each command and each argument --> many start/stop commands
u8x8_cad_ssd13xx_fast_…
-
**硬件设计方面**
1、MCU换成esp32 c 系列 ESP32-C3FH4 (极客版)https://github.com/cgrrty/T12-PD-SolderingPen/issues/4#issue-1025986130
下一个版本可以考虑 树莓派pico的芯片方案 (创客版)
2、屏幕换成ST7735 0.96寸 与原0.96寸 SH1107 尺寸大致相同;
…