Daniel Eichhorn
4473b5c7bd
Add formatting of the SPIFFS in case the file system could not be mounted
2017-07-26 21:28:35 +02:00
Daniel Eichhorn
6aecec6267
Moved helper functions out to meteocon file
2017-07-23 07:50:05 +02:00
Daniel Eichhorn
7325b382b1
Added link to cxandy's repository
2017-07-23 07:47:23 +02:00
Daniel Eichhorn
141d180ac4
Removed support for AZSMZ hardware to keep code cleaner and easier to understand
2017-07-23 07:43:16 +02:00
Daniel Eichhorn
41fc1a1de2
Removed alerts, since it's buggy
2017-07-22 16:09:20 +02:00
Daniel Eichhorn
b56a43742d
Removed code which would not allow to go to other screens
2017-07-22 16:07:30 +02:00
Daniel Eichhorn
45069f8471
Small fixes for candy merge
2017-07-22 16:02:14 +02:00
cxandy
3ee59a720e
Add support AZSMZ TFT ( #28 )
...
* 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
2017-07-22 15:06:29 +02:00
Daniel Eichhorn
0b0b6464ff
Fix issue #26 ; move wifi credentials to settings
2017-07-19 20:08:07 +02:00
Daniel Eichhorn
a835f2f45e
Removed personal API key
2017-07-15 08:46:39 +02:00
Daniel Eichhorn
7cc71bd49f
Added uptime information
2017-07-09 21:50:53 +02:00
Daniel Eichhorn
4e177252c9
Added simple uptime
2017-07-09 19:17:46 +02:00
Daniel Eichhorn
fe2163cb82
Removed additional imports
2017-07-09 18:41:10 +02:00
Daniel Eichhorn
f11de7a69e
Completing merge
2017-07-09 18:36:19 +02:00
Daniel Eichhorn
1e34ac63ee
Merged
2017-07-09 18:31:30 +02:00
Daniel Eichhorn
70724b3bdc
Merged changes from master
2017-07-09 18:28:40 +02:00
Daniel Eichhorn
836109eecc
Added touch screen features, calibration and a few more screens
2017-07-09 18:21:47 +02:00
Daniel Eichhorn
5ba7fa70b5
Bug fixes for clear icon, squid logo fixed
2017-06-26 19:34:47 +02:00
Daniel Eichhorn
3630b17745
Added link to image
2017-06-25 14:39:57 +02:00
Daniel Eichhorn
f1376a8d46
Added chapter about settings.h
2017-06-25 14:04:19 +02:00
Daniel Eichhorn
94a0aa1215
Trying to fix wiring table
2017-06-25 14:02:06 +02:00
Daniel Eichhorn
d54554e53f
Updated README
2017-06-25 14:01:39 +02:00
Daniel Eichhorn
361aeea961
Added wiring picture
2017-06-25 13:56:02 +02:00
Daniel Eichhorn
d211626b58
Updating documentation
2017-06-25 13:53:18 +02:00
Daniel Eichhorn
f1ecd3d743
Updating documentation
2017-06-25 13:52:59 +02:00
Daniel Eichhorn
baeaf12ab0
Added resources
2017-06-25 13:50:58 +02:00
Daniel Eichhorn
3f51a3d6ff
Added image
2017-06-25 13:50:01 +02:00
Daniel Eichhorn
31a282da44
Minigrafx simple - updated to new graphics library ( #18 )
...
* Cleaning up code
* Cleaning up sample code
* Adjusted settings
2017-06-25 13:46:00 +02:00
Daniel Eichhorn
69137ac6ac
Merge branch 'master' into minigrafx-simple
...
# Conflicts:
# esp8266-weather-station-color.ino
2017-06-25 13:42:25 +02:00
Daniel Eichhorn
12a5b608c7
Adjusted settings
2017-06-25 13:33:02 +02:00
Daniel Eichhorn
7459475ffa
Cleaning up sample code
2017-06-25 13:05:16 +02:00
Daniel Eichhorn
eb560a2797
Cleaning up code
2017-06-25 08:30:19 +02:00
Daniel Eichhorn
d89f55d755
Fixed type in symbol conversion
2017-06-11 18:03:32 +02:00
Daniel Eichhorn
e71c5408ca
Added moon phases
2017-05-19 16:45:17 +02:00
Daniel Eichhorn
8f18cf20bd
Replaced delay(1) with yield()
2017-05-18 14:17:17 +02:00
Daniel Eichhorn
aa8481feeb
Added method to copy progmem data to SPIFFS
2017-05-18 07:50:14 +02:00
Daniel Eichhorn
679036d0d0
Added image resources
2017-05-18 07:49:26 +02:00
Daniel Eichhorn
a4a7bf6232
Trying to fix incompatibilities with adafruit lib
2017-05-12 21:57:48 +02:00
Daniel Eichhorn
9d410af18f
Merge pull request #9 from david-robson/patch-2
...
Update GfxUi.cpp
2017-05-05 08:35:41 +02:00
Daniel Eichhorn
054fa83dc6
Updated readme
2017-05-04 09:01:37 +02:00
david-robson
47f1e928ba
Rename ArialRoundedMtBold_14.h to ArialRoundedMTBold_14.h
...
As per the include.
2017-03-27 13:53:53 +02:00
david-robson
ac8c3dd313
Update GfxUi.cpp
...
The display of the bmp images was not working (nothing displayed, everything else working ok). The pixels were being calculated and written OK. I guess the "setAddrWindow" is not working as expected. I changed to use the "writePixel" instruction instead.
2017-03-27 00:47:42 +02:00
Daniel Eichhorn
348172d72c
Merge pull request #2 from LoveBootCaptain/patch-1
...
Bug: Missing Moonphase Icon /moon23.bmp
2016-11-28 20:28:48 +01:00
LoveBootCaptain
6ff1fca032
Bug: Missing Moonphase Icon /moon23.bmp
...
The Icon for the last Moonphase is missing.
Serial Console shows /moon23.bmp is missing.
Just changed one Line to get the last icon fetched.
2016-11-28 15:28:23 +01:00
Daniel Eichhorn
503fd463f7
Fixed Update sequence with missing font definition
2016-10-16 21:11:02 +02:00
Daniel Eichhorn
02f257d6e4
Added README file
2016-10-16 21:09:42 +02:00
Daniel Eichhorn
aecda6c21b
Initial import
2016-10-16 20:34:42 +02:00