Awesome work! Does it work with the display too? I think my issue earlier was getting both to work as the same time.
You’re right, looks like I was able to get the Desktop working only
Do you have a fork on GitHub?
NEW Picoware update, v1.5.8 ![]()
Here’s a few highlights:
- Added an
Emailapp: now you can send emails from your PicoCalc - Optimized the
PSRAMdriver by usingqspi(10% speed boost) - Added support for Waveshare’s RP2350-Touch-LCD-3.49
Check out the new release here:
Hi, I installed PicoWare and am trying out apps and games. However, I can’t find anything in the manual that explains what the CENTER key on PicoCalc means. Can you help me?
Thanks.
Hey,
It’s the ENTER key
That’s because picoware is not designed with picocalc in mind.
NEW Picoware update, v1.5.9 ![]()
This release has new custom board definitions for Waveshare Touch LCD devices (1.28, 1.43, and 3.49 inch models), system module optimizations for better performance, HTTP class thread-safety improvements with proper locking, keyboard text cursor navigation enhancements, App Store improvements to display 100 apps with version info, and various memory optimizations in games and screensavers.
Key changes:
- Added custom board definitions for three Waveshare RP2350 Touch LCD variants
- Refactored system modules to use compile-time board constants instead of runtime checks
- Enhanced keyboard class with text cursor positioning and textbox navigation mode
- Added thread-safe locking to HTTP class property accessors
Check out the new release here:
Happy new year! I’ve been working on optimizing Picoware. I finally got the PSRAM fast enough for a framebufffer, which will be included in the next release (likely this weekend).
NEW Picoware update v1.6.0 ![]()
This is an update to the MicroPython version that uses a PSRAM framebuffer (now you have an extra 100 kilobytes of RAM), adds auto-complete functionality in the Keyboard class, and more!
This update has a small change that’s somewhat breaking, so make sure to update all of the apps either from the on-device store or by copying and pasting the apps folder from builds/MicroPython into your SD card within the picoware folder.
Check out the new release here:
You did enormous work on this, congratulations!
The app directory contains now binary .mpy files, not plain .py-s, is this intended?
Thanks for your ongoing support!!
That’s a great question too that I haven’t explained yet.
The .mpy files in apps are the compiled binary versions of the .py files in apps_unfrozen folder.
It uses mpy-cross: MicroPython .mpy files — MicroPython latest documentation
This script looks in the apps_unfrozen folder and converts them all
Hi @jblanked !
Thank you for creating Picoware. Been trying it on my new 2W.
I have a problem with the Weather app. I get this error. Is this a bug or am I missing a setting?
….thx…..Brian
Hey Brian, thanks for your support!! You just need to re-download the apps again.
I finally got my replacement screen, installed it and installed a Pico 2W. I copied “Picoware-PicoCalcPico2W.uf2“ to the SD card (I assume?) thru the Pico’s micro-USB port. Upon disconnecting from the PC and rebooting, I see the Picoware logo and expanding circle (pseudo radar?), but it n4ever stops and the main “desktop” never becomes available.
Did I miss a step? Thanks,
pat—-
Hi, if you hit enter/return when the logo appears it should get you to the ‘desktop’.
What a dummy. Sorry. And thank you!
p
Easily done, so no need to apologise. Worth mentioning and @Jblanked may well be better placed as the designer to answer/speak to this, but if the start screen runs uninterrupted I have found that the keyboard seems to stop responding. The only way I have found to get past this occurrence is by restarting but I could easily be missing something myself.
Glad you got your replacement working! Hopefully you’ve applied the tape trick too, which’ll keep your screen secure
Thanks for checking out Picoware! the animation/view that first appears is the Desktop view. If you click Center or Up, it will switch to the Library view, or if you click Left, it will open the System Info view.
Thanks for bringing this up, it’s something that was first mentioned in 1.5.1, if I remember correctly. I’m not exactly sure what the issue is but I do plan on fixing it.
It’s been about 2 weeks… time for a NEW Picoware update, v1.6.1 ![]()
This is a new MicroPython release that brings many optimizations and also some new apps/features that make your device more useful!
Highlights:
- Added an option in
Settingsto check for Picoware updates (and download them topico1-appsorpico2-appson your SD card) - Added options in the
App Storeto check for app updates and see current app info (version, description, etc.) - Added a
Clockapp: simple digital clock (must sync time with NTP on desktop or it’ll use January 1st, 2021) - Added a
Calculatorapp: resembles iPhone app pre-iOS 17 - Added a
Ying Yangscreensaver: created by seltee/Deriv’era that has two bouncing balls fighting against each other to take over the screen
Check out the new release here:


