Commit Graph

21 Commits

Author SHA1 Message Date
Gonzalo Paniagua Javier
2f9a66b23e Fix compilation with current esphome code
Fixes errors including:
src/esphome/components/axp192/axp192.cpp: In member function 'void esphome::axp192::AXP192Component::DeepSleep(uint64_t)':
src/esphome/components/axp192/axp192.cpp:355:35: error: 'gpio_num_t' was not declared in this scope
     esp_sleep_enable_ext0_wakeup((gpio_num_t)37, LOW);
                                   ^
src/esphome/components/axp192/axp192.cpp:355:50: error: 'LOW' was not declared in this scope
     esp_sleep_enable_ext0_wakeup((gpio_num_t)37, LOW);
                                                  ^
2021-12-30 16:53:01 -05:00
Airy André
b9d955732c Make colors great again 2020-10-20 11:32:39 +02:00
Airy André
37c4fa7bc6 Merge pull request #9 from geiseri/master
support page operations on display
2020-10-20 11:20:07 +02:00
Airy André
8c301f300c Merge branch 'master' into master 2020-10-20 11:19:58 +02:00
Airy André
42bb5e58b2 Merge pull request #10 from geiseri/1_15_changes
Changes to support ESPHome 1.15
2020-10-20 11:12:37 +02:00
Ian Geiser
5e31e93afa make colors compat again 2020-09-15 13:51:37 -04:00
Ian Geiser
7e4c5cbf6a Merge branch '1_15_changes' of github.com:geiseri/esphome-m5stickC 2020-09-15 11:39:35 -04:00
Ian Geiser
5d2419b4ad use Color class from upstream 2020-09-15 11:38:33 -04:00
Ian Geiser
d10ff6262e add upstream for #998 2020-09-15 08:18:27 -04:00
Ian Geiser
7976e97046 add more colors from upstream 2020-09-13 08:37:48 -04:00
Ian Geiser
f0b67875a9 support page operations on display 2020-09-13 08:18:23 -04:00
Airy André
d1edf14b5e Merge pull request #3 from abmantis/bright
Add brightness config support
2020-03-07 09:55:21 +01:00
abmantis
6a77ae993a Add brightness config support
This is far from perfect, but its a start. Ideally, the value would be
set in the display component instead.
2020-03-07 00:37:57 +00:00
Airy André
a479ec8241 Force 115200 upload speed 2020-02-23 12:25:47 +01:00
Airy André
9adeb32107 Merge pull request #1 from apolselli/patch-1
bus_b (unused) had wrong pins
2020-02-16 09:23:17 +01:00
apolselli
2ec23b7efa bus_b (unused) had wrong pins 2020-02-16 06:44:48 +01:00
Airy André
52bb51a5ec Add how to install 2020-02-13 11:38:06 +01:00
Airy André
0f63f62937 Fixed config + picture added 2020-02-09 11:33:20 +01:00
Airy André
5b6660dbbf Better battery level - still wrong but at least that's some sample sensor for this component... 2020-02-09 11:15:53 +01:00
Airy André
18b807347d First version of components 2020-02-09 10:06:06 +01:00
Airy André
6da6845416 Initial version 2020-02-09 10:01:19 +01:00