Gonkers
Gonkers
```c# private static void ButtonM5_Press(object sender, System.EventArgs e) { Console.WriteLine("This is a very long sentence that I intend to use to test word wrapping on the M5 Stick C Plus.");...
here is some more info on the BGR vs RGB...  The value for `Blue` is 16711680 and when the number is converted to hexadecimal it is FF0000.
```c# using nanoFramework.M5Stack; using nanoFramework.Presentation.Media; using System.Threading; namespace Samples { public static class Program { public static void Main() { M5StickCPlus.InitializeScreen(); M5StickCPlus.ButtonM5.Press += ButtonM5_Press; Console.Clear(); Console.WriteLine("Ready for launch; hold on...
> Hey @Gonkers ! Thanks for the detailed bug report. You seem to have nailed the fix as well. Any chance you can submit a PR with the fix? That...
I appreciate your attention to this @NickCraver! Hopefully there is a good solution to cover the vast majority of issues/preferences. I highly prefer config (not attributes) based setup because I...
@NickCraver Sorry I misunderstood. I'm all for _both_ optional config and attribute.
Just want to throw this out there if you had not seen it before... https://github.com/henkmollema/Dapper-FluentMap I have used it before and it was pretty good for many of my needs.
Thanks for letting us know this is now on the list. I was quite confused when the apt sources didn't work until I came across this thread in search for...
I can confirm this issue and the fix. Thanks for posting @enrique131 I suggest you no longer use the windows registry and use a config file local to the application...
I have the same issue here on MacOS with the Jellyfin Media Player. I have tried turning off sound normalization but it made no difference. Playing the same video with...