Thomas Friedrichsmeier
Thomas Friedrichsmeier
ILI9341_STM uses SPI.beginTransaction() to switch between "fast" and "safe" speeds, internally. However, it does not initialize the speed for every drawing operation (for performance reasons, I presume), but rather only...
From private feedback. Reportedly, changing the order of the two fixes the problem, but I'll have to test on other devices.
Suggested, here: https://www.instructables.com/id/Easy-ESP8266-Arduino-Core-Web-Controls-With-EmbAJA/?commentId=CHCMGMLK4P8MIAM
For existing binaries located in subdirectories of libexec (e.g. usr/libexec/kf5/kioslave5), a wrong relative RPATH is set. Culprit is suspected to be the following line inside `AppDir::deployDependenciesForExistingFiles()`: https://github.com/linuxdeploy/linuxdeploy/blob/0ae13c087545d04c1e2c3a760c0439f7be470f01/src/core/appdir.cpp#L830 This should probably...
@travier ### Please confirm your submission meets all the criteria - [X] I have read the [App Requirements][reqs] and [App Maintenance][maint] pages. - [X] My pull request follows the instructions...
Create container classes that do not depend on templates. Notes: This also opens the possibility to have elements that can be created, and deleted, dynamically. However, we do not have...
So I bought an AT89C2501-based diy clock for my kid to solder, and ... it isn't working. What a great excuse for looking into the hows of a new MCU!...
Nice project! I was wondering whether an ESP8266 would be up to this job, and came across your work. Personally, I'd like to get some higher quality. For this, I'm...
My first venture into Android programming, please bear with me. I'm aware this PR will need more work. It is composed of two commits: 1. Adjustments that I seemed to...