-
Compiled without errors, but when it boots the screen is unresponsive... No unlock, etc. Any suggestions? My board is a WT32-SC01_V3.2. Build log:
```
Processing wt32-sc01 (platform: espressif3…
-
When trying build for the pi, the build fails with this output:
`make ARCH=arm CROSS_COMPILE= -C /lib/modules/3.13.0-24-generic/build M=/home`
`/path/to/rtl8812au modules`
`make[1]: Entering direc…
-
e.g. like:
```py
try:
from busdisplay import BusDisplay
except ImportError:
from displayio import Display as BusDisplay
```
and include `fourwire` as well above.
-
I'm trying to get this working with a 256x64 OLED using SSD1322 SPI. I can't seem to get it to work I have the following edited.
```python
# from luma.core.interface.serial import i2c
from luma.c…
-
**EDIT**: In your [documentation](https://wiki.seeedstudio.com/ReSpeaker_4_Mic_Array_for_Raspberry_Pi/), to which your readme also points, you are referencing a different git repository: https://githu…
-
### Is your feature request related to a problem? Please describe.
I have got white/blue/yellow colors OLED SSD1306 display and display in OpenDTU works strange - colors of text looks like chosen ran…
-
This was done to update one display driver in particular to improve the text handling. Since the API has changed a bit, all of the other graphics driver demos will be broken. These will be fixed soon.…
-
Throws an error during build.
```
In file included from C:/Users/xxx/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiSTA.h:29,
from C:/Users/xxx/.platfor…
-
Hi, first thanks for this wonderfull tool :)
I have problems with my I2C display (128x64), my settings :
- Display driver : SH1106
- Interface for the display : I2C
- I2C address : 0x3c
- S…
-
I managed to fix remaining compilation errors of migrating our project from arduino core 2.0 to 3.0.
however, we are not quite figure out how to resolve this issue.
platformio.ini
```
[commo…