/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lupyuen.org
| | blog.lvgl.io
6.4 parsecs away

Travel
| | This blog tells you how to hack the screen that is supposed to display in an Apple's iPodNano6 for LittlevGL with an Espressif ESP32 Wifi/BLE SoC.
| | next-hack.com
7.2 parsecs away

Travel
| | [AI summary] The user provided a detailed article about developing a Doom port for a Bluetooth dongle using the nRF52840 microcontroller. The article discusses technical challenges like optimizing 3D rendering, implementing double buffering for efficient data transfer, and achieving a high frame rate (34.5 fps) despite hardware limitations. It also compares the project's performance with other ports and highlights the importance of efficient resource management in embedded systems.
| | austinmorlan.com
5.0 parsecs away

Travel
| | We need to be able to draw pixels onto the LCD screen of the ODROID-GO. Getting colors onto the screen will be more complicated than reading the state of the input buttons because the LCD actually has brains. The screen is driven by an ILI9341 which is a (very popular) "TFT LCD Single Chip Driver". In other words, we communicate with the ILI9341 which then responds to our commands to actually control the pixels on an LCD.
| | www.nicktasios.nl
18.5 parsecs away

Travel
| In the Latent Diffusion Series of blog posts, I'm going through all components needed to train a latent diffusion model to generate random digits from the MNIST dataset. In this first post, we will tr