It's based on the Arduino schematics:
I use this display: https://www.floris.cc/shop/en/display/667-lcd-display-16x2-white-on-blue.html
This is the datasheet of the screen: https://cdn-shop.adafruit.com/datasheets/TC1602A-01T.pdf
DATA=`bundle exec rails runner 'puts "USERS: #{User.where("created_at >= ?", Time.zone.now.beginning_of_day).count},DESIGNS: #{Design.where("created_at >= ?", Time.zone.now.beginning_of_day).count}"'`
curl -X POST -F "parmams=$DATA" "https://api.particle.io/v1/devices/123xyz/lines?access_token=abcdefghijklmnopqrstuvwxyz"