mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Use io tags in vtx, move vtx initialization out of OSD init
This commit is contained in:
parent
7a4d996318
commit
ddf0fb5fda
10 changed files with 448 additions and 70 deletions
|
@ -114,6 +114,7 @@ void max7456_init(uint8_t video_system) {
|
|||
DISABLE_MAX7456;
|
||||
delay(100);
|
||||
|
||||
// display logo
|
||||
x = 160;
|
||||
for (int i = 1; i < 5; i++) {
|
||||
for (int j = 3; j < 27; j++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue