Bodmer/OpenWeather

Touch and Forecast and time ?

Opened this issue · 1 comments

amazing work here, Thanks
Really struggled with littleFS but finally compiled on an esp8266 and working.

So questions, first how did you get that pretty screen grab in the readme? An emulator program?

  1. What does touch do? As in mine does nothing
    My config:
// For NodeMCU - use pin numbers in the form PIN_Dx where Dx is the NodeMCU pin designation
 #define TFT_MISO  PIN_D6  // Automatically assigned with ESP8266 if not defined
 #define TFT_MOSI  PIN_D7  // Automatically assigned with ESP8266 if not defined
 #define TFT_SCLK  PIN_D5  // Automatically assigned with ESP8266 if not defined

 #define TFT_CS    PIN_D0  // Chip select control pin D8
 #define TFT_DC    PIN_D8  // Data Command control pin
// #define TFT_RST   PIN_D4  // Reset pin (could connect to NodeMCU RST, see next line)
 #define TFT_RST  -1     // Set TFT_RST to -1 if the display RESET is connected to NodeMCU RST or 3.3V


//#define TFT_BL PIN_D1  // LED back-light (only for ST7789 with backlight control pin)

#define TOUCH_CS PIN_D3     // Chip select pin (T_CS) of touch screen

using this board https://www.wemos.cc/en/latest/d1_mini_shield/tft_2_4.html
3. Today is Sat around 18:00
My forecast looks like your screen grab Mon, Tue, Wed, Thu
How can I make it start with Sat, or Sun?

4 My top line says updated Jan 6 13:59 (5 hours short)
under that is the time 19:11
How can I fix the top line?
Oh, I would also like 12 hour format :-)
I am using #define TIMEZONE usET // See NTP_Time.h tab for other "Zone references", UK, usMT etc

Thanks,
Grey

Hi Grey, I, too, really struggled with LittleFS (for 2 days!) and finally just succumbed to going back to using old 1.8.x IDE specifically just for working with this program. I am ALSO having the same TIME and FORECAST issues, LOL. To clarify - I would also like to use 12 hour time(am/pm), and my forecast always seems to start 2 days from today, not tomorrow. Ideally, we'd like to see tomorrow's forecast included. Have you been able to make any headway? Bill