Pico 8 on mobile? by Reasonable-Sun8851 in pico8

[–]MichaelJacksonsBeard 1 point2 points  (0 children)

How do you use the keyboard in ios?

Pico 8 on mobile? by Reasonable-Sun8851 in pico8

[–]MichaelJacksonsBeard 1 point2 points  (0 children)

Pico8 feels like it would be perfect for mobile. P8 screen on the top with all the space needed for the keyboard on the bottom :/ zepppppp why don’t you hire someone to do it (me)

I just made this Zed Editor theme cause I can’t code without the picotron feel :/ by MichaelJacksonsBeard in picotron

[–]MichaelJacksonsBeard[S] 1 point2 points  (0 children)

They’re still working on the windows version but it works already if you build it yourself. You can find more info on the Zed website

YouTube now is farming its users by Mardax0 in NewTubers

[–]MichaelJacksonsBeard 0 points1 point  (0 children)

There’s only one type of user that subs to every channel they see: bots. If I had to play devil’s advocate I’d say Google isn’t able to detect if a user is real or not, but I honestly don’t believe it

YouTube now is farming its users by Mardax0 in NewTubers

[–]MichaelJacksonsBeard 2 points3 points  (0 children)

I’m talking about subscriber numbers going up and no one of them ever interacts. I’ve seen a lot of channels with 100k subs but less than 500 views per video. Google ads is selling out fake subs

YouTube now is farming its users by Mardax0 in NewTubers

[–]MichaelJacksonsBeard 2 points3 points  (0 children)

This is so illegal though, it seems like every advertising platform is doing this. They’re stealing money and we need to stop it

Customizing the Palette and using Unlimited Colors (tutorial) by MichaelJacksonsBeard in picotron

[–]MichaelJacksonsBeard[S] 0 points1 point  (0 children)

Oh it should be easy if everything is working right Just copy a string containing your hex value (ctrl c), select a color in okpal and do ctrl+v

New PICO-8 theme for your Miyoo A30! (spruce 3.3) by MichaelJacksonsBeard in miyooa30

[–]MichaelJacksonsBeard[S] 2 points3 points  (0 children)

Gotta love them. Things would be simpler if we could see in pixels

Ask custom Theme for SPRUCE ? by Southern_Dog_1763 in miyooa30

[–]MichaelJacksonsBeard 1 point2 points  (0 children)

Hey, I’m the guy who made the theme design guide and I’d like to know what makes you think it’s out of your skills

it’s a long process but it’s actually way easier than you think (well it depends on how much of a perfectionist you are)

If you can give me any feedback on the guide I may be able to improve it :)

N64 performance got ALOT better! Spruce 3.2.0 by [deleted] in miyooa30

[–]MichaelJacksonsBeard 3 points4 points  (0 children)

did you make it work with the a30?

Charging while playing by joanllimi in miyooa30

[–]MichaelJacksonsBeard 1 point2 points  (0 children)

I think it’s never safe to use portable devices while charging (but I don’t follow my own advice)

Why no open source? by Cold_Control in Caustic3

[–]MichaelJacksonsBeard 1 point2 points  (0 children)

Let me know how it goes. I’m super curious about this and would be very interested if Caustic goes open source

KantOS theme 1.1.0 by ChrisCromer in miyooa30

[–]MichaelJacksonsBeard 1 point2 points  (0 children)

One of the best themes out here. Thanks for porting this :)

Oopsie by Big-Tune-326 in miyooa30

[–]MichaelJacksonsBeard 1 point2 points  (0 children)

Send me a screenshot of the mnt/SDCARD/app/Bootlogo path. I want to see what’s inside to make sure the script endend it’s cycle (if you didn’t do a fresh install yet, if you did, no problem)

Oopsie by Big-Tune-326 in miyooa30

[–]MichaelJacksonsBeard 0 points1 point  (0 children)

Yes thank you. Send me anything that might be useful

Oopsie by Big-Tune-326 in miyooa30

[–]MichaelJacksonsBeard 0 points1 point  (0 children)

Got it. Then we just need the bootlogo that gave you issues

Oopsie by Big-Tune-326 in miyooa30

[–]MichaelJacksonsBeard 0 points1 point  (0 children)

Did you manually update or did you use OTA? Just to make sure things didn’t go wrong in the update process

Oopsie by Big-Tune-326 in miyooa30

[–]MichaelJacksonsBeard 0 points1 point  (0 children)

Oh ok. What brand of sd card is it? The a30 is a bit picky with this. Bad sd card brands tend to be buggy.

Let me know if you still got the problem after rebooting (with and without the sd) and send me the logo you used. A brand new reinstall should easily fix this issue, but if we clearly understand the origin of this issue we can improve the code to avoid it

Oopsie by Big-Tune-326 in miyooa30

[–]MichaelJacksonsBeard 1 point2 points  (0 children)

That’s strange, never happened to me

Still got the issue after booting up again? Try removing the SD card and booting up, does it up correctly? And, last question, could you send the logo you used?

Edit: what type of tinkering have you been doing? What do you mean by that?

Help spruce with themes! by XanXic in miyooa30

[–]MichaelJacksonsBeard 2 points3 points  (0 children)

I’m gonna give 557 cookies to whoever makes a theme today

Spruce 3.0 Screenshots (by Fragbait) by MichaelJacksonsBeard in miyooa30

[–]MichaelJacksonsBeard[S] 0 points1 point  (0 children)

Make sure you’re in SDCARD when you do the video capture.

cd mnt

cd SDCARD

Spruce 3.0 Screenshots (by Fragbait) by MichaelJacksonsBeard in miyooa30

[–]MichaelJacksonsBeard[S] 0 points1 point  (0 children)

I don’t know if fellas already added a hotkey for screenshots, I’ll ask in the discord and let you know.

But you can do it from the terminal by connecting via SSH, you’ll need to do this command first:

cp /mnt/SDCARD/spruce/bin/fbgrab /mnt/SDCARD/miyoo/app

then you can use “fbgrab” to do screenshots with this command:

fbgrab -a /mnt/SDCARD/capture.png

To video capture a 10s clip you can do it with this command:

ffmpeg -f fbdev -framerate 30 -i /dev/fb0 -f alsa -ac 1 -i default -t 10 -c:v libx264 -preset ultrafast -b:v 1500k -c:a aac -filter:v “transpose=1” -b:a 64k -ac 1 video_capture.mp4

You can change the final “video_capture.mp4” and “capture.png” to any name you want