Arakon / Nightscout-TFT

Nightscout-based BG value display based on a 3$ Wemos D1 Mini + 4$ TFT Display
9 stars 4 forks source link

ArduinoJSON updated #1

Open scudrunner opened 10 months ago

scudrunner commented 10 months ago

The code does not work with the latest Arduino JSON. I am looking into it myself, but figured I would let you know.

Arakon commented 10 months ago

Hi. I'm aware ;) image

I'm no coder, so I never managed to get it to work and eventually couldn't be bothered anymore. If you do figure it out, that would be awesome!

scudrunner commented 10 months ago

Do you have something working?

I am looking at a display from Aliexpress that is all in one, and has a nice little case. After I work on some of my projects, I may try and clean this up if you are OK with it. Did you fork it from somewhere, or piece together bits to make it work?

On Sun, Nov 19, 2023 at 4:16 AM Arakon @.***> wrote:

Hi. I'm aware ;) [image: image] https://user-images.githubusercontent.com/12016360/284047599-a9bbeb86-c693-45f3-9fb6-ba069e275bfc.png

I'm no coder, so I never managed to get it to work and eventually couldn't be bothered anymore. If you do figure it out, that would be awesome!

— Reply to this email directly, view it on GitHub https://github.com/Arakon/Nightscout-TFT/issues/1#issuecomment-1817796387, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFQCYWQJMOYVAKSFMGSISYTYFHE6FAVCNFSM6AAAAAA7RD3YRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXG44TMMZYG4 . You are receiving this because you authored the thread.Message ID: @.***>

Arakon commented 10 months ago

The display and code as-is works fine (the little display is still sitting happily on my desk, showing my current BG), but as you found out, requires the outdated ArduinoJson. I pieced everything together from various code examples and projects around the net. And yeah, if you wanna clean it up, you're more than welcome to do so, it'll show me how I could've done it better.