-
Hello any idea why it is in loop with rebooting? Has to do with sd card slot empty?
setupDisplay status 0
setupSDCard status 1
setupPower status 1
setupSensor status 1
setupCamera status 1
.…
-
Hi,
i did all the points, described in the wiki: Installation of the libraries and commented out the sensor.h in Adafruit_BME280.h. Unfortunatelly i get the following error while compiling:
sket…
-
chirimen-raspi3 環境のPolyfillと、chirimen環境に対応したそれぞれのデバイス用ドライバーをnpmパッケージにして、依存管理システムを導入する
- [x] リポジトリを配置する
- https://github.com/chirimen-oh/chirimen-drivers
- [x] gcディレクトリ以下のそれぞれのサンプルコード群に package.…
-
I tried to build a version for the beam and got these errors:
Building in release mode
Compiling .pio\build\tbeam\src\rf95\CustomRF95.cpp.o
Compiling .pio\build\tbeam\src\rf95\RH_RF95.cpp.o
Comp…
-
TTGO LORA32 V1
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
…
-
To allow for more dynamic usage of the library and allow to switch between types, one would create a pointer to the base class (OLEDDisplay) and create a new instance of the object (e.g. SSD1306Wire).…
TD-er updated
4 years ago
-
An error in the library that causes a memory leak, in the case of a re-initialization of the display (for example, when the module is "hotplug" turned off or on).
For fix the bug:
In the file OLED…
-
Hi there,
I have the following code snippet for an overlay;
```
void uiOverlay(OLEDDisplay *display, OLEDDisplayUiState* state) {
String overlayText = String();
display->setTextAlig…
-
Using any 0-255 value of **setContrast**(char contrast), almost doesn't affect how bright the OLED looks. Here is a suggestion, after searching and playing with 2 more parameters, so the really low br…
lorol updated
4 years ago
-
in file SH1106Spi CS pin for display is not programmed and multi SPI devices is not work with display correctly
`class SH1106Spi : public OLEDDisplay {
private:
uint8_t _rst;
…