Skip to content

Commit

Permalink
bump to release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cecio committed Feb 18, 2024
1 parent beaf5dd commit 815b043
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you prefer videos, you can also have a look to my [Insomni'hack Presentation]

## USBvalve Watch

Starting from version `0.15.0` a new *Pi Pico Watch* version is supported. To compile the new version you have to uncomment the `#define PIWATCH` line at the beginning of the code or use the pre-compiled firmware provided. The hardware is a RP2040-based 1.28-inch TFT display and watch board. You can find some more info [here](https://www.raspberrypi.com/news/how-to-build-your-own-raspberry-pi-watch/).
Starting from version `0.15.0` a new *Pi Pico Watch* version is supported. To compile the new version you have to uncomment the `#define PIWATCH` line at the beginning of the code. The hardware is a RP2040-based 1.28-inch TFT display and watch board. You can find some more info [here](https://www.raspberrypi.com/news/how-to-build-your-own-raspberry-pi-watch/).
This is also fully compatible with the [Waveshare RP2040-LCD-1.28](https://www.waveshare.com/wiki/RP2040-LCD-1.28).

## Repository Structure
Expand Down Expand Up @@ -170,8 +170,8 @@ I grouped most of the variables you may want to modify in this section ([see Doc
Obviously you can also build your own firmware. To build the *standard* one I used:
- Arduino IDE `2.2.1`
- `Adafruit TinyUSB Library` version `2.4.1`, `Pico-PIO-USB` version `0.5.2`, Board `Raspberry Pi RP2040 (3.6.3)` setting Tools=>CPU Speed at `120MHz` and Tools=>USB Stack to `Adafruit TinyUSB`
- Arduino IDE `2.3.1`
- `Adafruit TinyUSB Library` version `3.0.0`, `Pico-PIO-USB` version `0.5.2`, Board `Raspberry Pi RP2040 (3.7.2)` setting Tools=>CPU Speed at `120MHz` and Tools=>USB Stack to `Adafruit TinyUSB`
- `ssd1306` OLED library version `1.8.3`
If you want to re-create a new fake filesystem, you may want to have a look to the `utils` folder, where I placed some utilities to build a new one.
Expand Down
2 changes: 1 addition & 1 deletion USBvalve/USBvalve.ino
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ bool activeState = false;
//
// USBvalve globals
//
#define VERSION "USBvalve - 0.15.0"
#define VERSION "USBvalve - 0.15.1"
boolean readme = false;
boolean autorun = false;
boolean written = false;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 815b043

Please sign in to comment.