Skip to content

Commit

Permalink
leonardo firmware, changed to jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall-A committed May 17, 2024
1 parent 1c776ee commit cc61a6f
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ uint8_t buttonCount = sizeof(buttonPins) / sizeof(buttonPins[0]);

// Encoder sensitivity = number of positions per rotation times 4 (24*4) / number of positions for HID report (256)
#define ENCODER_SENSITIVITY (double) 0.375
Encoder encL(9, 8), encR(16, 10);
Encoder encL(8, 9), encR(16, 10);
float knob1 = 0;
float knob2 = 0;
float old_knob1 = 0;
Expand Down
Binary file added Leonardo Firmware/Pictures/Inside Bottom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Leonardo Firmware/Pictures/Inside.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Leonardo Firmware/Pictures/Pins.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Leonardo Firmware/Pictures/Pins.png
Binary file not shown.
6 changes: 3 additions & 3 deletions Leonardo Firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Stolen from https://github.com/speedypotato/Pocket-SDVX
* `10` & `16`: VOL-R

## Pictures (TODO)
![Inside](./Pictures/Inside.png)
![Inside Bottom](./Pictures/Inside%20Bottom.png)
![Pins](./Pictures/Pins.png)
![Inside](./Pictures/Inside.jpg)
![Inside Bottom](./Pictures/Inside%20Bottom.jpg)
![Pins](./Pictures/Pins.jpg)
Binary file added Pico Firmware/Pictures/Inside Bottom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Pico Firmware/Pictures/Inside Bottom.png
Binary file not shown.
Binary file added Pico Firmware/Pictures/Inside.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Pico Firmware/Pictures/Inside.png
Binary file not shown.
Binary file added Pico Firmware/Pictures/Pins.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Pico Firmware/Pictures/Pins.png
Binary file not shown.
6 changes: 3 additions & 3 deletions Pico Firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Stolen from https://github.com/speedypotato/Pocket-SDVX-Pico-v4
* `GP16` & `GP17`: VOL-R

## Pictures
![Inside](./Pictures/Inside.png)
![Inside Bottom](./Pictures/Inside%20Bottom.png)
![Pins](./Pictures/Pins.png)
![Inside](./Pictures/Inside.jpg)
![Inside Bottom](./Pictures/Inside%20Bottom.jpg)
![Pins](./Pictures/Pins.jpg)
Binary file added Pictures/Luxury SDVX Controller.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Pictures/Luxury SDVX Controller.png
Binary file not shown.
Binary file added Pictures/Top + Keycaps.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Pictures/Top + Keycaps.png
Binary file not shown.
Binary file added Pictures/Top.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Pictures/Top.png
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A worse version of the [Pocket-SDVX-Pico-v4](https://github.com/speedypotato/Poc
* x2 [2U Keycaps](https://www.printables.com/model/440477-keycaps-for-pico-sdvx-controller)

## Pictures
![Top + Keycaps](./Pictures/Top%20+%20Keycaps.png)
![Top](./Pictures/Top.png)
![Top + Keycaps](./Pictures/Top%20+%20Keycaps.jpg)
![Top](./Pictures/Top.jpg)
# DO NOT SCROLL PAST HERE!
![Luxury SDVX Controller](./Pictures/Luxury%20SDVX%20Controller.png)
![Luxury SDVX Controller](./Pictures/Luxury%20SDVX%20Controller.jpg)

0 comments on commit cc61a6f

Please sign in to comment.