Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
specki
ansible-warpzone
Commits
83e3e7be
Commit
83e3e7be
authored
2 years ago
by
3d
Browse files
Options
Downloads
Patches
Plain Diff
update display02 change to esp32
parent
d1aeff5a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
intern/docker_esphome/templates/config/esphome_display02.yaml
+28
-16
28 additions, 16 deletions
...rn/docker_esphome/templates/config/esphome_display02.yaml
with
28 additions
and
16 deletions
intern/docker_esphome/templates/config/esphome_display02.yaml
+
28
−
16
View file @
83e3e7be
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
{
%
include "/includes/ansible.inc.yaml" %
}
{
%
include "/includes/ansible.inc.yaml" %
}
{
%
include "/includes/board.d1_mini.inc.yaml" %
}
{
%
include "/includes/board.d1_mini.inc.yaml" %
}
# force newline
platformio_options
:
platformio_options
:
upload_speed
:
115200
lib_deps
:
lib_deps
:
-
Wire
# Also required by GFX.
-
Wire
# Also required by GFX.
-
SPI
# Also required by GFX.
-
SPI
# Also required by GFX.
...
@@ -18,7 +18,8 @@ external_components:
...
@@ -18,7 +18,8 @@ external_components:
components
:
[
obegraensad_panel
]
components
:
[
obegraensad_panel
]
refresh
:
0s
refresh
:
0s
{
%
include "/includes/common.inc.yaml" %
}
{
%
include "/includes/common.inc.yaml" %
}
# force newline
on_message
:
on_message
:
-
topic
:
ESPHome/{{ devicename }}/state/command
-
topic
:
ESPHome/{{ devicename }}/state/command
payload
:
"
ON"
payload
:
"
ON"
...
@@ -34,25 +35,36 @@ light:
...
@@ -34,25 +35,36 @@ light:
name
:
'
Brightness'
name
:
'
Brightness'
id
:
matrix_light
id
:
matrix_light
output
:
matrix_brightness
output
:
matrix_brightness
restore_mode
:
RESTORE_DEFAULT
_ON
restore_mode
:
ALWAYS
_ON
output
:
output
:
-
platform
:
esp8266_pwm
-
platform
:
ledc
# Enables brightness control.
# Enables brightness control.
id
:
matrix_brightness
id
:
matrix_brightness
pin
:
pin
:
number
:
GPIO
14
number
:
GPIO
25
inverted
:
True
inverted
:
True
globals
:
globals
:
-
id
:
coords
-
id
:
coords
type
:
int
type
:
int
restore_value
:
no
restore_value
:
no
initial_value
:
'
0'
initial_value
:
'
0'
-
id
:
length
-
id
:
length
type
:
int
type
:
int
restore_value
:
no
restore_value
:
no
initial_value
:
'
0'
initial_value
:
'
0'
binary_sensor
:
-
platform
:
gpio
pin
:
number
:
GPIO26
inverted
:
true
mode
:
input
:
true
pullup
:
true
id
:
button
name
:
button
time
:
time
:
-
platform
:
sntp
-
platform
:
sntp
...
@@ -100,8 +112,8 @@ text_sensor:
...
@@ -100,8 +112,8 @@ text_sensor:
display
:
display
:
-
platform
:
obegraensad_panel
-
platform
:
obegraensad_panel
latch_pin
:
12
latch_pin
:
12
clock_pin
:
0
4
clock_pin
:
1
4
data_pin
:
05
data_pin
:
27
id
:
my_display
id
:
my_display
pages
:
pages
:
-
id
:
Page1
-
id
:
Page1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment