Bodmer

Results 168 comments of Bodmer

I tried setting: ``` cache.enable=false compiler.cache_core=false ``` in preferences.tft but that did not work so perhaps this setting in now deprecated?

Yes, an option would be great. I have also got a corrupted cache in the past and restarting the IDE used to fix that. At the moment my work around...

I had the same trouble figuring it all out, [this library and the test (text output) example](https://github.com/Bodmer/DarkSkyWeather) may help. At the moment I am migrating the library [to this fork](https://github.com/altrunner/json-streaming-parser)...

Hi Daniel, firstly - thanks for writing this library, it works really well. I started looking at the ArduinoJSON library but could not figure out how to stream serially through...

I have added a single sketch example to my fork that, I think, bridges the complexity gap between the simple existing example and the Weather Station library. You can [find...

I have created a pull request for the example, adapted to make it compatible with this repository.

@Leonos I would stick with Daniel's library here as that is the one that the Arduino IDE calls up and I went down the path if creating a fork based...

@Leonos You may find the APIXU library I created and [uploaded here](https://github.com/Bodmer/ApixuWeather) of interest. The JSON_Decode library has differences to the original as detailed in the [ReadMe](https://github.com/Bodmer/JSON_Decoder/blob/master/README.md).

This is a great utility for generating fonts. I did hack Adafruit_GFX to handle UTF-8 decoding and the 16 bit Unicode range (Basic multilingual plane). [See here for the hacked...

Hi, as you surmised this library does not support custom fonts at the moment. This is for historical reasons that you can read about [here](https://www.instructables.com/id/Arduino-TFT-display-and-font-library/). Later Adafruit added fonts to...