Command-line tools that simplify the configuration of Arduino SSD1306 Sinescroller
Either run the program without any arguments for the interactive mode or use it like this:
./dypp_array_gen <array size> <wave height multiplier> <y offset>
Either run the program without any arguments for the interactive mode or use it like this:
./text_array_gen <text>
This project uses CMake. See here for information on using it with Visual Studio.
You will need CMake 3.12 or newer and a compiler with C++20 support.
mkdir build && cd build
cmake ..
make