the-programmer
the-programmer
Via https://stackoverflow.com/a/61367679 I found that C# has (quite a while actually) the [bitarray](https://docs.microsoft.com/en-us/dotnet/api/system.collections.bitarray?view=net-6.0) class. If you update the documentation so we get ```C# var coils = client.ReadCoils(1, 0x8000, 255); var...
One note I would like to add is that, while attempting to fix my serialization objects, I needed to enable "Use a non-collectible load context for this query" in LINQPad...
I just had an idea on how to implement this. Once one of the colors gets an alpha value other than 0xFF, make all the boxes yellow and add the...
I created a notebooklm with all the relevant sources (tip: although you can't upload .c files, raw github links work fine) With that I was pointed to the `LV_OBJ_FLAG_OVERFLOW_VISIBLE` flag....
I have to re-test that one. Since I am currently busy with a different project it might take a bit of time.
The issue is still relevant. This week I should be able to start on some more experiments with this. However I am unable to remove the label.
Ok, so I have time to start some tests now. First off, I realized that my original code contained a bug for creating the `mainScreen`. This should just be `lv_obj_t...
So, for the keyboard I found a workaround. The steps I took. First I create a screen where the `LV_OBJ_FLAG_OVERFLOW_VISIBLE` flag is set. (this is later loaded by `lv_scr_load_anim()`) ```c...
Well, here is the required comment to keep the issue open. Is anything required from my side?
I know that platformio handles the compile. However since esphome tells platformio to start the compile I was thinking of adding something like this. ``` if(ammountOfRamAndSwap