mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

11K
active users

#framebuffer

0 posts0 participants0 posts today
I've said this before but if you need to test something with graphics but don't want to use GPU, try either:

1. https://github.com/emoon/rust_minifb
2. https://github.com/emoon/minifb

They give you display and 32-bit framebuffer. No bullshit. Neither is dependent on the other. They just implement same things.

Even Web is supported (in both) when compiled to wasm (I'd guess).

Sometimes using GPU can really get in the way of testing so good keep in mind :-)

#minifb #cpu #gpu #framebuffer #c #rust

🌘 在樹莓派上開發GUI應用程序而無需桌面環境
➤ 在樹莓派上開發輕量GUI應用的完整指南
avikdas.com/2019/01/23/writing
作者分享瞭如何在沒有桌面環境的情況下,在樹莓派上開發輕量級的GUI應用程序。他解釋瞭如何配置和使用framebuffer來直接操作屏幕,包括設置不同分辨率和使用raspi2fb工具鏡像顯示到LCD屏幕。
+ "這篇文章對於想要在樹莓派上嘗試開發GUI應用的人來說非常實用,詳細的設置步驟讓我能夠快速上手。"
+ "學習如何在Linux上使用framebuffer來控制顯示,這是一個很好的技能擴展,尤其對於嵌入式系統開發者來說。"
#樹莓派 #GUI應用 #Linux #framebuffer

avikdas.comWriting GUI applications on the Raspberry Pi without a desktop environment

Recently while doing some updates to my kernel logo, i stumbled on an issue that was the the sum of three different issue. I was using an imaged exported using header format, and after updating it the color were off. After some investigation the issues were: someting changed in the format, castin problem, and color byte problems. Full story here: ko-fi.com/post/Dreamos64-Rende (as usual it's free don't worry!)