krzimmer
krzimmer
The code update fixed the issue for me.
Hi. As described, the panel does react to a light and dark room. Just not in the way I would expect. So the LDR is connected. I didn't see the...
0 min and 2000 max values worked for me. At 300 min and 2000 max, the panel would just turn off in a dark room. This must be because these...
@albpara could this be extended to support multiple chains of 64x64 panels?
> I don't see too much sense on that since the clock uses 64x64 resolution. > > What are you trying to achieve? I have an idea for a 128x64...
For the S3, what if you just added the board type to the platform.ini file and uploaded? I don't have a S3 to test with. ``` [env:esp32-s3-devkitc-1] platform = espressif32...
Perfect. I’ll test that and report back. Thank you @jnthas
@jnthas http://clockwise.local didn't work. I tested from MacOS, iOS and Windows. The [WLED project](https://github.com/wled/WLED) has this feature. I'll look at their code to see how they do it.
This is what I've tried in main.cpp ``` #include #include #include // Clockface #include // Commons #include #include #include #include #include #define MIN_BRIGHT_DISPLAY_ON 4 #define MIN_BRIGHT_DISPLAY_OFF 0 /** * Configuration...
I’m still planning on using a total of 64x64 pixels so there shouldn’t be any scaling. 