PICOLATOR V2
- 37 Devlogs
- 59 Total hours
Picolator is a handheld divice powered by a pi pico. The first version was coded in MicroPython, and now I'm rewriting it on C++ for better perfomance and flexibility.
Picolator is a handheld divice powered by a pi pico. The first version was coded in MicroPython, and now I'm rewriting it on C++ for better perfomance and flexibility.
Tried rendering the stardance logo on the Picolator )
I actually wanted to work on the AI chat app, but instead of locking in, I just procrastineted and made this :3
But a least it looks cool XD
Btw it took me so long, because I am trying to learn vim, and I am not really good at it )
Well ig see u next devlog
ig its working )
I added a simple fetch app, simmular to neofetch )
It displays:
btw this all runs on a simple rpi pico 2w with a diplay )
check out my other devlogs to see what this thing can do
I made some progress on the WiFi-settings!
By progress I mean only the working ui XD. (and keyboard
)
a list of things, that need to be fixed:
I will bet trying to fix all of these things in future devlogs so follow along )
So i coded the first simple version of a keyboard for the Picolator…
for now, I will use it for the AI chat app (also in development), and for the Wifi configuration. Its currently in development, but in the next devlog I am planning to finish the wifi connection!
btw credits to @eceWire, I was inspired by the keyboard in his project. ))
I finished the demo version of the project! Now I am ready to ship )
Well time flies much faster when making websites…
I added a feature menu to control the feature manager and toggle features on and off )
new displays are coming soon (well I think so) - I am building a second Picolator! (And repairing the old one)
almost forgot the website link 😅: https://fedi41-prog.github.io/picolator2/
working on the demo website for my PICOLATOR project
.
.
PICOLATOR v2.1 is ready for ship! I just need to finish this small website, and I’m done!
I’ll also continue working at this after the ship :)
Btw here is the link: https://fedi41-prog.github.io/picolator2/
…the PicoDino tries to jump over the EVIL CACTUS, but he lands perfectly on it!
RIP PicoDino 🪦🦖
.
.
.
But…
Finally, the dino can’t go through cacti anymore!
Today, I implemented the mask collision )
P.S. - I finally figured out how to add multiple photos 😅
The pico was sometimes crashing, after I spammed the log, so I got into optimising )
Before, i had 2 screen buffers, and even a third one for blending them (no wonder it crashed XD)
So I just removed all the unnesecary buffers )
btw blend modes are still working!
I just started working on the first game for the picolator!
The Picolator can now run different feature modules for debugging and trolling!
stardance rng day 6
🎲 3 · ranked #500 so far
https://stardance.hackclub.com/rng
justPressed function, it only returns true, when thw button was pressed exactly in this tick
I also started working on the feature manager, it will have different featues like on screen log display, and other useful stuff.
C++ compiler exploding because of one missing semicolon 💀
The Tailwind theme is working!!! Currently each theme has 3 Tailwind pallets - surface, primary, and secondary.
P.S. - It looks much better irl
coded a buggy tailwind theme generator (some colors are to bright, others to dark 😭😭😭)
The Main screen is ready! And themes are working. (this is just a test theme ik it looks terrible)
Fixed the Font rendering!
New features ->
Coming up ->
Remaking the font rendering (and failing)
Ahhh why did I spent some mucb time on this…. (added a UiDraw class, and redisigned the structure)
Alpha support added! (And other technical changes)
Building the basic app structure! And a quick display demo.
Created a TestApp for different tests )
Created a Display class for rendering and drawing. (just a wrapper for a C library).
Next I am going to work on the UI logic.
Finally got it running on cpp! (Yes i gave up on learning c)
So I somehow got the display test working… I already hate C (edit - no! C is cool [: )
setting up the project!