-
In the pbc layout of version 1.0 there are the following errors:
R23: silkscreen on wrong side (corrected in KiCAD V1.1)
U23: TP4056 ESOB8 instead of SOP8 footprint (corrected in KiCAD V1.1)
MT36…
-
The attached .ino files send and receive SysEx messages that are coded and decoded to display numbers on 8-digit MAX7219 displays. One Arduino Micro clone is used to send the SysEx message to the DAW …
-
```
There's a bug in Example_Display_Scrolling_Text:
m.writeSprite(32, 0, buffer);
m.setColumn(32 + buffer[0], 0);
in method void printCharWithShift(char c, int shift_speed)
This works for up to…
-
```
There's a bug in Example_Display_Scrolling_Text:
m.writeSprite(32, 0, buffer);
m.setColumn(32 + buffer[0], 0);
in method void printCharWithShift(char c, int shift_speed)
This works for up to…
-
```
There's a bug in Example_Display_Scrolling_Text:
m.writeSprite(32, 0, buffer);
m.setColumn(32 + buffer[0], 0);
in method void printCharWithShift(char c, int shift_speed)
This works for up to…
-
```
There's a bug in Example_Display_Scrolling_Text:
m.writeSprite(32, 0, buffer);
m.setColumn(32 + buffer[0], 0);
in method void printCharWithShift(char c, int shift_speed)
This works for up to…
-
```
There's a bug in Example_Display_Scrolling_Text:
m.writeSprite(32, 0, buffer);
m.setColumn(32 + buffer[0], 0);
in method void printCharWithShift(char c, int shift_speed)
This works for up to…
-
```
There's a bug in Example_Display_Scrolling_Text:
m.writeSprite(32, 0, buffer);
m.setColumn(32 + buffer[0], 0);
in method void printCharWithShift(char c, int shift_speed)
This works for up to…
-
```
There's a bug in Example_Display_Scrolling_Text:
m.writeSprite(32, 0, buffer);
m.setColumn(32 + buffer[0], 0);
in method void printCharWithShift(char c, int shift_speed)
This works for up to…
-
Merci pour le travail accompli et rendu disponible.
Hello,
here is the modified code to test steady text:
```
...
self.MAX7219_SCROLL_DELAY = None
cs_pin = 5
…