|
You are here |
austinmorlan.com | ||
| | | | |
jborza.com
|
|
| | | | | Does it run DOOM? I was trying to find a good use case for my LILIGO TTGO T-Watch . It's a programmable smart watch featuring the amazing ESP32 chip and a 240x240 color LCD screen. I keep hearing about Doom running on this and that, sometimes directly and sometimes using the device as an exotic external screen. My project falls into the latter category, but it was a lot of fun to implement! | |
| | | | |
blog.lvgl.io
|
|
| | | | | 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. | |
| | | | |
lupyuen.org
|
|
| | | | | RISC-V BL602 SoC with ST7789 SPI Display and LVGL Graphics Library... Let's make it work on Apache NuttX RTOS! | |
| | | | |
www.timdbg.com
|
|
| | | [AI summary] This article provides an introduction to reading x86 assembly language, emphasizing its importance for understanding how programs operate at a fundamental level. It covers the basics of assembly syntax, common instructions, and practical tools for reading and analyzing assembly code. The author explains that while assembly is often viewed as complex, it's actually more approachable than many believe, especially for debugging and reverse engineering tasks. The article also highlights the differences between Intel and AT&T syntax, the structure of assembly instructions, and the role of registers and memory addressing in x86 architecture. | ||