-
```
What steps will reproduce the problem?
1. Constructor for HW SPI
U8GLIB_SSD1306_128X64_2X display(SS, 9, 14);
vs for SW which works
U8GLIB_SSD1306_128X64_2X display(SLK, MOSI, SS, 9, 14);
What i…
-
```
What steps will reproduce the problem?
1. Constructor for HW SPI
U8GLIB_SSD1306_128X64_2X display(SS, 9, 14);
vs for SW which works
U8GLIB_SSD1306_128X64_2X display(SLK, MOSI, SS, 9, 14);
What i…
-
```
What steps will reproduce the problem?
1. Constructor for HW SPI
U8GLIB_SSD1306_128X64_2X display(SS, 9, 14);
vs for SW which works
U8GLIB_SSD1306_128X64_2X display(SLK, MOSI, SS, 9, 14);
What i…
-
Currently the library is reliant on Timer2 use (8bit timer).
Unfortunately this makes it incompatible with ATMega 32u4 chips such as on the leonardo or Teensey. This chip has only the one 8-bit timer…
-
My sketch below is based on the Kitchen Sink example.
If I run the code with `delay(5)` at the beginning and at the end of the loop, everything is working fine, without I am running into timeout is…
-
Seen in the AudioConfigTeensy4.h
`
#define AUDIO_CHANNEL_1_PIN A8
#define AUDIO_CHANNEL_2_PIN A9
`
are A8 and A9 are for stereo sound ?
I'm looking for a way to make High definition audio so…
-
I am trying to follow the RF7021 instructions but it's not matching up for the Teensy3.6. Can't seem to build a hex file that it will swallow.
Can anyone offer any help?
Regards,
Mitch
AB4MW
-
### Description
Using the demo code Serial_Out as the starting point I have modified to use the Positive Pulse Measurement mode and reduced to a single channel.
The problem seems to be with …
-
Hi @ftrias ,
I really love the idea of what you created here. I am doing my best to get it operational, however after multiple nights of trying different things. I'm a bit lost.
I am running:
…
-
```
What steps will reproduce the problem?
1. Load File menu example
What is the expected output? What do you see instead?
File browser list only uses 1/2 the display, should be all
What version of …