Gonkers

Results 8 comments of 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... ![image](https://user-images.githubusercontent.com/8480646/175219609-080d031e-0a81-4623-ba24-cc4348b9d92c.png) 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...