Kyuchumimo

Results 20 comments of Kyuchumimo

I have tested this behavior on Windows and it occurs in all versions of Pygame, even in version 2.0.1

I have compared the audio from the video I uploaded previously with the audio you get from using MikWin and ModPlug Player and I am pretty sure that Pygame 2.0.1...

You should consider using MikWin for Pygame on Windows and MikMod for Pygame on Linux for music module playback instead of modplug. This could potentially solve the problem. I have...

I don't think so, but there is DefleMask for android if you want it, which supports the 2a03 chip. https://play.google.com/store/apps/details?id=com.deflemask.mobile&hl=en&gl=us

I confirm this issue, and in fact it is a persistent issue to this day (NOOBS v3.5.0). I have a Raspberry Pi 2B.

I am using the build that is in TIC-80's Github. it's called tic80-baremetal: https://github.com/nesbox/TIC-80/actions/runs/396681893

Wow thank you. It already worked, just some games run slow, even the simplest

Example: https://www.youtube.com/watch?v=u-ploeqqxgU

Solved since Pygame version 2.1.3.dev6, although it requires the use of the Bxx command in the last pattern.

Using active_low=False as a parameter for the device object, makes the device.backlight(True) function turn the lights on and GPIO.input(18) returns 1. By default active_low parameter is always in boolean condition...