GM-Script-Writer-62850
GM-Script-Writer-62850
i will point out you can OC the CPU on a rPi Even if there is a way to resize/convert it it would be to be cross browser IDK if...
it will/should function with a smart phone, just there is a little zooming to deal with. is you are having a issue with a mobile browser let me know (i...
'This' refers to you correct? If you are referring to me, i don't have the means to test a mobile UI version, i am too stingy to but a phone,...
I think what you you are asking for is in the states table, you need to enable OC mode to access it, boot parameter for me is `amdgpu.ppfeaturemask=0xffffffff` 
I have tried using that, it changing timings (even setting them to the same value they are) causes the system to crash, system does not crash when not using GUI,...
The fan i had hooked up when i made this post is rated 400 RPM to 1500 RPM, using the vbios fan curve there is no way to have the...
works for me ``` qdbus org.kde.plasma.doityourselfbar /id_666 org.kde.plasma.doityourselfbar.pass '|A|nya|hiwall||' ``` note that a object aligned to the left/right/center needs a width wider than it's size or the placement will be...
managed to log a error ``` urequest ERROR: HTTP error: BadStatusLine: [] Wiz CREG: 0000: 00 0a 00 00 01 ff ff ff 00 02 a4 8f 74 61 9a...
i think i will use this lib instead: https://github.com/Carglglz/asyncmd/blob/main/async_modules/async_urequests/async_urequests.py Here is my untested attempt at a fix: ``` import uasyncio as asyncio class ClientResponse: def __init__(self, reader): self.content = reader...
just upload the lib into your lib folder at /lib/ in thonny https://github.com/micropython/micropython-lib/blob/master/micropython/net/ntptime/ntptime.py