Skip to content

Commit eb39b0d

Browse files
authored
Merge pull request #173 from jblanked/dev
Picoware - v1.8.6 This is an update to the MicroPython version: - Added Desktop Simulator for Mac/Linux (@Slasher006) - Updated Apps: Cube, Snake, Minesweeper, Tetris, Flappy Bird, LatheCalc, FlipWorld, and Tower Defense - Fixed PicoW support - Added `Settings` class and implemented across apps/views that use settings - Increased Pico2/Pico2W flash size to 2MB and lowered Pico/PicoW slash size to 868KB and 432KB - Updated `HTTP` class with chunked send looping - Added `Agent` application with `App Creator` and `Device Manager` modes - Added OpenAI and DeepSeek API key settings (for use with agents)
2 parents b91654a + a1b3194 commit eb39b0d

111 files changed

Lines changed: 10946 additions & 772 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
.vscode/tasks.json
44
__pycache__/
55
venv/
6-
build/
6+
build/
7+
simulator/sdcard/*
8+
simulator/audio/sdl_audio_player
9+
simulator/audio/sdl_radio_player
10+
simulator/viewer/sdl_fb_viewer

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Open-source custom firmware for PicoCalc, Cardputer ADV, Video Game Module, and
2222
- Social Media Network (connected with Flipper Zero users)
2323
- AutoComplete for keyboard input
2424
- PSRAM support (PicoCalc)
25+
- Desktop Simulator (runs Picoware on Windows/Mac/Linux with SDL2)
2526

2627
### Installation
2728
Follow the instructions in the [Installation Guide](./guides/Installation.md) to install Picoware on your device.
0 Bytes
Binary file not shown.
94 KB
Binary file not shown.
94.2 KB
Binary file not shown.
0 Bytes
Binary file not shown.
168 KB
Binary file not shown.
165 KB
Binary file not shown.
169 KB
Binary file not shown.
181 KB
Binary file not shown.

0 commit comments

Comments
 (0)