Rust language is great for creating libraries and drivers which can be consumed by other languages like Python, Ruby or Zig. Let’s consider following Rust […] Read More
Tag: C++
USB-C is becoming more and more popular. A straightforward assumption is that you can replace the old cable with a USB-A connector with USB-C, and […] Read More
LilyGO TTGO T5-4.7″ E-Paper ESP32 is nice display which integrates ESP32, USB-C, Li-Po and 18650 accumulator support in one board. The display driver is GDEH0213B72. […] Read More
If you’re using Android Studio to build C++ application with NDK you might encounter following error during build: The problem is caused by the upgrade […] Read More
In previous article, we were talking about drawing pictures in JPEG format. Let’s look how to draw some graphic primitives like a line. SDL2_gfx is […] Read More