-
Continue of https://github.com/rust-lang-nursery/embedded-wg/issues/22#issuecomment-385438053.
This is assorted thought, to discuss general library improvements, prior to create separate issues. At…
-
I'm using the newest 2.0 SDK and facing issues with the SPI Master example from https://github.com/espressif/esp8266-rtos-sample-code/blob/master/02Peripheral/HSPI_Master/user/user_main.c
Cyan/Blue…
-
I am currently working on an application for a smartwatch. Since I am familiar with RIOT and this library is already implemented in RIOT I want to use this library. Looks really nice. But there is jus…
-
Hello, first of all thanks for the great library and examples.
I have a Adafruit 0.96" mini Color OLED display.
https://learn.adafruit.com/096-mini-color-oled/overview
How can I display a degre…
-
Hej
I'm following your work since quite some time now. I'm very impressed about the progress and started (at least tried to start) to implement your code into some simpler test project.
Unfortunat…
-
I am trying to compile the ssd1306_demo from the Arduino 1.8.5 IDE version, with the library version 1.7.2 but I get this error with AtTiny85:
libraries \ ssd1306 \ ssd1306_8bit.c.o (symbol from pl…
-
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
-
Thank you for this library.
I have ESP8266 programmed to operate at MODBUS TCP / IP and PLC (LSIS) connected to router by Ethernet MODBUS. I made connection between them successfully (using P2P servi…
-
Although the latest Beta 5 is more stable than Beta 4, Ive had 2-3 instances where the NeoPixel Went Red and the File System locked up. Resetting it brought it to Safe Mode and it notified me that a H…
-
Using Arduino ide 1.6.12
and esp8266 node mcu v3
i've set the pins according to gpios of the nodemcu v3:
// Color definitions
#define BLACK 0x0000
#define BLUE 0x001F
…