stevstrong

Results 13 issues of stevstrong

Hi, I observed that in V2 the SDIO usage has changed. In V1 this was implemented by declaring `SdFatSdio sd;` see https://github.com/greiman/SdFat/blob/master/examples/examplesV1/TeensySdioDemo/TeensySdioDemo.ino#L16 If I am not wrong, from the [Teensy...

After I set the option `HAS_SDIO_CLASS` to 1, during compiling the Quickstart.ino example for use with **SPI only** I get the following linker warning message: ``` C:\Users\Steve\AppData\Local\Temp\arduino_build_421836\sketch\QuickStart.ino.cpp.o: In function `_GLOBAL__sub_I_sd':...

Hi, after updating to v.2.x I have said error message when trying to compile the code which was ok for v1.x. I can see that `readDir()` is member of FatFile,...

Hi, I don't know whether am doing something prohibited, it definetly should not work, am I doing something wrong or it is just an issue... I am using a web...

Hi there, I was wondering whether this lib supports authentication using "Sicherheitsdatei"? If yes, how to use? if not, can you give me some directions where should I start with...

Hello, I followed your online course on Youtube and tried to make the steps indicated there. I have locally installed ODOO 14. I have checked out this repository branch 14,...

HI, I am trying to get a list of available serial ports and I am using the function getports(). Testing the original `npjUART.dll` for Win, on a Windows 10 (64bit)...

Hacktoberfest

Hello, I have a display which was sold as "Ili9341" and has an SPI interface (it also has a SD card reader slot on the back side and also a...

Hi, I am struggling since one day with this issue, I have Go on Win 10, installed libvlc-go v3 following the readme.md, and wanted to build the [basic player example](https://github.com/adrg/libvlc-go-examples/blob/master/v3/player/player.go)....

ILI9325/8: When values 1 or 3 are passed to function setRotation(), the function setAddrWindow() will produce [negative X1 coordinate](https://github.com/adafruit/TFTLCD-Library/blob/master/Adafruit_TFTLCD.cpp#L396). Solution: [check y2 value before updating x1](https://github.com/stevstrong/TFTLCD-Library/commit/a85f16b8965908bbdb9d41493ef4dbf44025579f) **EDIT** I just updated...