Skip to content

Commit

Permalink
Add support AZSMZ TFT (#28)
Browse files Browse the repository at this point in the history
* support AZSMZ

* Update README.md

* Add files via upload

* Update README.md

* Update esp8266-weather-station-color.ino

* Update esp8266-weather-station-color.ino

* Update esp8266-weather-station-color.ino

* Update settings.h
  • Loading branch information
cxandy authored and squix78 committed Jul 22, 2017
1 parent 0b0b646 commit 3ee59a7
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 46 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ ESP8266 Weather Station in Color using ILI9341 TFT 240x320 display

## Hardware Requirements

1. SQUIX

This code is made for an 240x320 65K ILI9341 display with code running on an ESP8266.
Since it was sometimes complicated to find the right parts I created a kit which contains all the parts including the connector PCB:
https://blog.squix.org/product/esp8266-wifi-color-display-kit-2-4
By buying the kit from me you are supporting future development. Thank you!

[![Squix ESP8266 Color Display Kit](resources/ESP8266ColorDisplayKit.png)](https://blog.squix.org/product/esp8266-wifi-color-display-kit-2-4)

2. AZSMZ TFT

![AZSMZ TFT](resources/AZSMZ-11.jpg)



## Software Requirements/ Libraries
Expand Down
Loading

2 comments on commit 3ee59a7

@Dancopy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greetings!
I wonder if there is any special procedure with the 'resources' folder in the 'esp8266-weather-station-color' code, because in my code, the 'cloud' icons appear with a question mark (?) Inside. Thank you

@G6EJD
Copy link

@G6EJD G6EJD commented on 3ee59a7 Mar 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many of the weather underground icons have a question mark over them to denote uncertainty in the forecast: https://espanol.wunderground.com/weather/api/d/docs?d=resources/icon-sets#icon_set__11. Is this what you mean?

Please sign in to comment.