Jason Cox
Jason Cox
Hi @ngmacha, the change I made flips the 7-segment character maps (uint8_t) and inverses the data load sequence into the TM1637 registers - the changes can be seen [here](https://github.com/jasonacox/TM1637TinyDisplay/compare/v1.4.4...v1.5.0). The...
Wow @maxint-rd that's amazing! I love your YouTube videos and custom R&D boards... and robots! Well done!! Thanks for the reference link. I'm happy to add your project as well....
> Thanks for creating TM1637TinyDisplay.h, I’m using it for an application as per the pic bellow. Hi @AIoT-Consulting ! That's brilliant! It looks GREAT! I'm surprised at how many of...
This is the header definition: https://github.com/jasonacox/TM1637TinyDisplay/blob/f13913e803ccfbe56f9ac924371738d19d66a597/TM1637TinyDisplay.h#L26-L35 Ah, this may be a bug. I don't know that I have a device that would really test that last else case (not AVR...
Thanks @goephs ! I suspect you just needed to remove that `#else` condition. The formatting in your email didn't come through very well but I think I get the gist....
Thanks @goephs !
Great suggestion.
Thanks @Luckfried - we likely need to upgrade the tvOS version. Are the other targets (iOS, MacOS) building correctly?
Update. XCode 15.2 (15C500b) works with the following library version. ```bash OPENSSL="3.0.12" # https://www.openssl.org/source/ LIBCURL="8.5.0" # https://curl.haxx.se/download.html NGHTTP2="1.58.0" # https://nghttp2.org/ ``` I'm upgrafing to XCode 15.3 to see what causes...
The error that is generated with XCode 15.3: ``` crypto/ui/ui_openssl.c:273:17: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static volatile intr_signal;...