Tor.sh :fedora: :silverblue: · @torbuntu
100 followers · 1032 posts · Server fosstodon.org

Another fun event soon! Get to try out a new development platform which has options for and a (details in the link).

I primarily will target Pokitto but the emulator for makes it easy to see how the games would look on other platforms too!

itch.io/jam/micojs-game-jam

#gamejam #pokitto #32blit #espboy #gamebuinometa #picosystem #galacticunicorn #micojs

Last updated 1 year ago

ahnlak · @ahnlak
65 followers · 414 posts · Server kavlak.uk

Well that all ended up a bigger project than intended, but finally releasing my clock, which includes a mounted drive so you can configure your WiFi details.

Still more things to add, but overall a fun exploration of the C SDK.

github.com/ahnlak/uniclock

#galacticunicorn #PicoW

Last updated 2 years ago

TalkTech ✅✔️™️ · @talktech
50 followers · 330 posts · Server fosstodon.org
Dr Footleg (he/him) · @drfootleg
496 followers · 354 posts · Server fosstodon.org

@woodpunk I don't know if you got further in this quest, but in case you didn't see it, @gadgetoid has written a bluetooth audio graphic equaliser example on the recently, which might do almost what you need.

#galacticunicorn

Last updated 2 years ago

TalkTech ✅✔️™️ · @talktech
50 followers · 318 posts · Server fosstodon.org

@gadgetoid just installed the current firmware to my - WOW the responsiveness is amazing. Now to find a way to get a better speaker on to it so it's not missing base!

Amazing work!

#blunicorn #galacticunicorn

Last updated 2 years ago

TalkTech ✅✔️™️ · @talktech
49 followers · 311 posts · Server fosstodon.org

Raspberry Pi Picow Galactic Unicorn Weather and Clock display
For the past month or so I've been working on a weather display that uses the amazing Galactic Unicorn LED Matrix from the Pirates at Pimoroni. This board has a Raspberry Pi Pico W onboard on the back along with a speaker, several user-controllable button
talktech.info/2023/02/28/raspb

#myprojects #projects #clock #galacticunicorn #pimoroni #python #time #weather

Last updated 2 years ago

TalkTech ✅✔️™️ · @talktech
46 followers · 276 posts · Server fosstodon.org

Nearly done with the code for my display!

Runs without much issue now!

Just got to finish coming up with the images/icons!

Look out for a post tomorrow with the beta code and the images I am using.

Need to work on the attributions for all the images :( Most are modified, but credit where credit is due!

#galacticunicorn #weather #PicoW #raspberrypi #microphython

Last updated 2 years ago

TalkTech ✅✔️™️ · @talktech
47 followers · 267 posts · Server fosstodon.org

My @pimoroni Weather display is taking more shape.

I have added a clock to the right of the display and am using threads so I can call the Weather only every 120 seconds but keep the clock updated more frequently!

Got a slight glitch that some of the background goes white after a period of time!

gist.github.com/vwillcox/63a8f

#galacticunicorn #weather #micropython #PicoW

Last updated 2 years ago

TalkTech ✅✔️™️ · @talktech
47 followers · 267 posts · Server fosstodon.org

I have not yet finished this, but wanted to show what I have been up too.

This is a very early pre-alpha script.

Thoughts?




gist.github.com/vwillcox/28922

#weather #pimoroni #galacticunicorn #microphython #raspberrypi #PicoW

Last updated 2 years ago

TalkTech ✅✔️™️ · @talktech
44 followers · 257 posts · Server fosstodon.org

I'm working on a display.

I've been busy converting images so they fit and look good

#pimoroni #galacticunicorn #weather

Last updated 2 years ago

Simon Walters · @cymplecy
291 followers · 2253 posts · Server fosstodon.org

Having failed at getting to control and failed to get it to work reliably on an , today I have failed to get it working on a WEMOS D1 - mpremote just hangs when I try to connect to it :(

#micropython #galacticunicorn #esp32c3 #esp8266

Last updated 2 years ago

TalkTech ✅✔️™️ · @talktech
40 followers · 226 posts · Server fosstodon.org

- set my colour using Cheerligts! Any color you want from the list!

#joinin #galacticunicorn

Last updated 2 years ago

disq · @disq
23 followers · 60 posts · Server social.linux.pizza

There’s also the bigger brother available, of course.

#rpipicow #galacticunicorn

Last updated 2 years ago

Simon Walters · @cymplecy
266 followers · 2062 posts · Server fosstodon.org

@andy_warb @embedded_geek @circuitpython support for the and the all in one Esp32-C3 5x5 RGB led board

#galacticunicorn

Last updated 2 years ago

Dr Footleg (he/him) · @drfootleg
412 followers · 263 posts · Server fosstodon.org

Tonight's progress on my animations example on the (on loan from @cymplecy ). Changed the delay code in the main loop so button clicks are detected faster. Added many options and improved the graphics primitives to be persistent.
Code in my github (link in bio)

#pimoroni #galacticunicorn #leds #maker

Last updated 2 years ago

James Rutherford · @jtruk
123 followers · 97 posts · Server mastodon.social

Achievement Unlocked: First custom firmware build!

A small hack of the existing base functions to directly expose set_pixel(x, y, r, g, b), instead of having to set_pen(create_pen(r, g, b)); pixel(x, y).
Builds and works, but flickers exactly like I didn't expect. There must be some timing sync going on that I haven't spotted!

When I've solved, I might try adding a blitRect function to directly pass RGB values - to lower the function and data wrangling overheads even further.

#galacticunicorn

Last updated 2 years ago

James · @jtruk
176 followers · 315 posts · Server mastodon.social

Achievement Unlocked: First custom firmware build!

A small hack of the existing base functions to directly expose set_pixel(x, y, r, g, b), instead of having to set_pen(create_pen(r, g, b)); pixel(x, y).
Builds and works, but flickers exactly like I didn't expect. There must be some timing sync going on that I haven't spotted!

When I've solved, I might try adding a blitRect function to directly pass RGB values - to lower the function and data wrangling overheads even further.

#galacticunicorn

Last updated 2 years ago

Russell Davis · @ukscone
189 followers · 413 posts · Server fosstodon.org
Toby · @TobyRobertsPi
455 followers · 84 posts · Server mastodon.social

Working on some old school animation for the Galactic Unicorn LED display.

#pimoroni #galacticunicorn

Last updated 2 years ago

James Rutherford · @jtruk
115 followers · 90 posts · Server mastodon.social

I flippin love coloured lights! ♥️💚💙
Here's the scrolly message code so far.
Please applaud the kerning.
The is a hunk of fun to play with. The interface seems very suboptimal for pixel work. Lots of set_pen(create_pen(...)) calls. And I've got a feeling there are errant pixels - hard to pick up IRL but I think they're in the video.
That's enough for now!

#galacticunicorn #picographics #pimoroni #raspberrypi #leds #creativecoding

Last updated 2 years ago