/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

blog.lvgl.io
| | andybrown.me.uk
5.4 parsecs away

Travel
| | The code presented in this article requires a minimum of version 3.0.0 of my stm32plus library. The TFT panel The ILI9327 is a driver IC for 432x240 (WQVGA) panels. The panels are typically found i...
| | lupyuen.org
6.5 parsecs away

Travel
| | RISC-V BL602 SoC with ST7789 SPI Display and LVGL Graphics Library... Let's make it work on Apache NuttX RTOS!
| | ncona.com
2.9 parsecs away

Travel
| | A few months ago, I started learning Arduino, and recently I finished my first small project. After finishing the project, I was wondering if I could build the same thing for cheaper, and that's when I stumbled into ESP32. ESP32 is an MCU (Micro Controller Unit) that got very popular because it has integrated WiFi, Bluetooth, very good documentation and is relatively cheap for what it does. Interestingly, the Arduino UNO R4 WiFi contains two MCU and one of them is an ESP32. Getting an ESP32 The easiest w...
| | x86.lol
35.6 parsecs away

Travel
| In the RISC-V architecture, you have excellent support for embedding information into code by choosing compressed or uncompressed instructions. While being a typical RISC with fixed 32-bit instruction length, RISC-V allows certain common instructions to be encoded as compressed 16-bit instructions to improve code density. Each compressed instruction has a functionally identical 32-bit cousin.