Skip to content
Snippets Groups Projects
Commit 04525c45 authored by Dietmar Muscholik's avatar Dietmar Muscholik Committed by Tobias Kahlki
Browse files

[E81] Add symbolic name for LCD0_VDD_EN_PIN to e81-pinfunc.h

This is used to enable an eDP with a hog-gpio
parent 59b842ad
No related branches found
No related tags found
2 merge requests!13Merge E81 development branch into trunk,!6Add eDP support for E81
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
#define STM32_NGPIOS 30 #define STM32_NGPIOS 30
#define LCD0_VDD_EN &stm32 24 #define LCD0_VDD_EN_PIN 24
#define LCD0_VDD_EN &stm32 LCD0_VDD_EN_PIN
#define LCD0_BKLT_EN &pm8350c_gpios 7 #define LCD0_BKLT_EN &pm8350c_gpios 7
#define LCD0_BKLT_PWM &pm8350c_pwm 3 #define LCD0_BKLT_PWM &pm8350c_pwm 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment