András Fekete

Results 10 issues of András Fekete

I have created a way to make DEB packages for Stratux. The makeDebPkg script does everything necessary for a fresh install. My plan for this is to try to come...

I'm getting the following issue when installing vcrun2015 under Ubuntu 20.04. Here is a minimal Dockerfile to reproduce the issue: ``` FROM ubuntu:20.04 RUN dpkg --add-architecture i386 && apt update...

bug
help wanted
download
docker

Adding in a scripted way to quickly build DEB packages of wolfSSL.

Consolidated the naming of WOLFSSL_INSTALL_DIR across the Makefiles. Fixed examples that were having errors reported. Updated the certificates in the 'certs' folder.

Cleaned up how ECC_MIN_SZ gets set. Added in '--enable-wolfprovider' option.

Addressing PR comments from -Wconversion. Clean up of the ECC max/min bits size. Add in OPTION_CHECKING by default.

Added a 2D Analog Clock effect. It needed some antialiased lines and circles, so I've implemented that as well. On my 48x48 pixel display it looks like this: ![IMG_20240430_001047063_HDR](https://github.com/Aircoookie/WLED/assets/5672741/be16faac-eac3-4a09-b197-c405f1521766) Also...

enhancement
effect

### What happened? Switching between `main` and `0_15` builds, I notice that the color brightness across panels is wildly varying in `0_15`. You can see in [main branch](https://youtu.be/liHmAcVCMWM) it works...

wontfix
workaround
documentation

### What happened? Simply updating to 0.15.0-b2 makes one of my panels no longer light up. I use GPIO 5 for panel 9 in a 2D matrix. Reverting back to...

bug
confirmed
fixed in source