Compare commits

..
2 Commits
Author SHA1 Message Date
Michel 1bcf5ad7a9 Made code working for the Waveshare Pico OLED 2.23. 2023-12-15 23:06:36 +01:00
Michel afcb74c123 Rebuild for PlatformIO 2023-12-15 22:51:06 +01:00
5 changed files with 815 additions and 792 deletions
+5
View File
@@ -0,0 +1,5 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
+10
View File
@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
+1
View File
@@ -1,6 +1,7 @@
# Arduino OLED Animations
Arduino OLED Animations
Rebuild for use with [PlatformIO](https://platformio.org/) using a [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) with the [Waveshare Pico OLED 2.23](https://www.waveshare.com/wiki/Pico-OLED-2.23).
**YOUTUBE VIDEO: https://youtu.be/o3PhC_VJdXo**
+6
View File
@@ -0,0 +1,6 @@
[env:pico]
platform = raspberrypi
board = pico
framework = arduino
lib_deps =
olikraus/U8g2@^2.35.8
File diff suppressed because it is too large Load Diff