nbonniere

Results 6 comments of nbonniere

I've been using the Traccar Client for Android and expected the IOS version to work the same. Enhanced mode is missing and therfore no altitude is provided and it cannot...

It seems to be possible to set the power from 0 to 20.5 according to some comments such as on: https://github.com/esp8266/Arduino/issues/764 and https://github.com/esp8266/Arduino/blob/41074245a8d3029270622a8b489d53fdfedb2a22/libraries/ESP8266WiFi/src/ESP8266WiFiGeneric.cpp#L169-L179 /** * set the output power of...

The datasheet for the AT command set also has power control support in 0.25 db steps, 0 to 20.5 : maximum value of RF TX power, range 0 ~ 82,...

Yes, it was for the M5stack, and yes it was a blank area as problem #100. I managed to eventually modify the ILI9341 driver and create an ILI9342 driver that...

I updated my fork with my code. Match is very close, except for UCG_VARX and UCG_VARY. Not sure which is right (?) https://github.com/nbonniere/ucglib

I reversed what was used in the 9341 since X is swapped with Y in the 9342. Pure guess at this time, and display works OK, so I didn't check...