/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
| | 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.
| | techwithdave.davevw.com
7.0 parsecs away

Travel
| | This is an alternative take on the previous article Adafruit ST7789 TFT display with Arduino GFX Library and M5StampS3 . This time with...
| | 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.
| | bryananthonio.com
34.3 parsecs away

Travel
| Sharing key insights on how computers work, from logic gates and binary arithmetic to assembly languages.