Spectre

Results 4 issues of Spectre

The lib read correctly the tRNS block and store the alpha pPalette[768] But doesn't use it in getLineAsRGB565 ( only PNG_PIXEL_TRUECOLOR_ALPHA work )

love.keyboard.isScancodeDown and love.keypressed doesn't work ## Code ``` lua function love.keypressed( key, scancode, isrepeat ) print( key, scancode, isrepeat ) end ``` ## Love 10.0 on linux with (azerty keyboard)...

bug
SDL

Hello I try to use Love.js-Api-Player with this version of loveJS but Love.js-Api-Player use the FS to communicate between lua and JS but can't use FS from loveJS because it's...

bug

I'm building a custom remote and I want to control WLED with it. The WIZMote packet works great, but it isn’t easily customizable for my needs. This PR adds support...

enhancement
connectivity