Matthijs Kooijman
Matthijs Kooijman
I suspect that the issue might be that I'm using shift+enter to insert a newline after the first line (since a normal enter starts a new list item), but shift+enter...
Ah, but the problem also occurs when I click just once. Closer inspection shows that this only happens when I use my Wacom tablet pen. When I use the touch...
I added some debug prints to the code and confirmed that a click with my pen registers as a mouse click and a tablet event. In particular, both of these...
Thanks for the feedback. I've moved it to #10 to keep this issue a bit concise.
As for AVR and SX1272, both still seem to work with the current master branch. There does seem to be a problem with output power, which is why it seemed...
> nice idea, so you just output the bitmap as a x/blank ASCII art, correct? Yeah, that's just a way to actually do something with the pixel data, but the...
> you have removed the TGA write procedures They are not removed, but split off from the bitmap backend. They are still here: https://github.com/matthijskooijman/u8g2/blob/509954977b2d40c34dfc6f7a9a696910b93d88cd/sys/bitmap/common/u8x8_d_bitmap_tga.c This does mean that TGA generation...
> let's say, I #include SD.h and Adafruit_ILI9340.h and Adafruit_GFX.h and Pixycam.h and whatever. > Now I actually have no control over anything what happens in these libs, e.g. if...
I guess the proper solution to your problem is to modify the library to use a higher speed, or if that is not unconditionally possible, modify the library so it...
I haven't ported over the clock error code from LMIC yet, but it seems I did leave in this part of the example (commented out, though). I'm not sure whether...