#include #include //for screen #include //for screen #include #include //for RTC #include //for RTC #include "SparkFun_Ublox_Arduino_Library_Series_6_7.h" //for gps #include //https://github.com/PaulStoffregen/Time //#include //for easy date calc https://inductive-kickback.com/projects/chronos/ #include //https://github.com/jpb10/SolarCalculator //#include "I2C_eeprom.h" //for EEPROM https://github.com/RobTillaart/I2C_EEPROM #include "helperFunctions.h" //#include "images.h" #include "pico/stdlib.h" void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly: }