Nilware
banner
nilware.bsky.social
Nilware
@nilware.bsky.social
3 years into my B.S. CSIA, Python and C/C++ developer, creator of Trancipher, cybersecurity, ITIL, A+, Network+, Security+, Google IT cert, LPI. Embedded systems and protocol development.
It’s not complete, it has some failures with higher numbers of prime values however the probability is relatively high.
May 9, 2025 at 9:45 AM
Clearly we are here on blue sky because of him
January 20, 2025 at 10:24 AM
November 24, 2024 at 11:59 AM
Oh man, if I had a VGA cable I could probably shoot some images from the desktop to the monitor though the RP2040
November 24, 2024 at 11:37 AM
It emulates the SSD1306 data send from the MCU, I wrote the code in Circuit Python however it should work if you reprogram the algorithm in C or any other language so long as there is access to the screen buffer.
November 22, 2024 at 8:36 PM
The RP2040 saves the screen into a buffer in memory. You reference the buffer via SSD1306() object by calling the “.buffer” property. The buffer is set up in bytes where each bit references a pixel that is 1 being on and 0 being off. Hint: each byte is from MSB to LSB is y:0 to y:7 respectively
November 21, 2024 at 10:18 AM
Oh definitely not lol however I love this little screen. They do suffer from burnt in image. Might get a larger one.
November 21, 2024 at 10:00 AM
Yes it’s from frame rate mismatch
November 21, 2024 at 9:54 AM