Svarun

Results 11 issues of Svarun

I'm writing a simple program that writes to a SD card formatted in the "exFAT" format, on a Teensy 4.1 using the standard Arduino IDE compiler with the Teensyduino plugin....

Hi creator(s) of MCUFRIEND_kbv, This is quite a neat project! Over the past few days I've been taking a look at some of the files in the [`examples`](https://github.com/prenticedavid/MCUFRIEND_kbv/tree/master/examples) folder of...

I'm attempting to print several rows of text, at certain Y-values, on an [SSD1306 128x64 LCD display](https://rads.stackoverflow.com/amzn/click/com/B074N9VLZX). I'm doing this using the Arduino IDE, with `ssd1306` by Alexy Dunda, which...

question

I was wondering whether it's possible, using this library, to hook into middle of functions instead of entirely replacing them, and view/edit the current state of the registers at the...

I'm attempting to replace a C++ class function using this library. --- I'm able to replace a standalone function as in the following example: ``` #include #include "subhook/subhook.h" std::string TestFx()...

I'm attempting to clone a process in C++ on Windows. All shown examples were compiled & ran with Visual Studio 2022 on a Windows 10 system. --- The minimal example...

I am attempting to convert an image in PNG format to a 16-bit PGM format and save it using Python's [PIL](https://python-pillow.org/) library. I'm using Python 3.12.4 in all examples shown....

It currently appears to be impossible to save sub-circuits across sessions when loading a circuit from a TXT file. When creating sub-circuits using the `Create Subcircuit` button in the menu,...

Attempting to create a sub-circuit using the `Create Subcircuit` menu button proves difficult with many sub-circuit nodes/pins, due to the node/pin text being too small and not legible. Even with...

Attempting to create a subcircuit from a circuit which has more than one shared labeled node always results in the shared label node groupings to get truncated to a single...