comparison venus/src/periph/bl_current_sink.v @ 48:d55824058cfc

LCD subsystem integrated
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 Nov 2021 02:46:19 +0000
parents 9f5a3567d699
children
comparison
equal deleted inserted replaced
47:9f5a3567d699 48:d55824058cfc
10 .EN(BL_GPIO9), 10 .EN(BL_GPIO9),
11 .SET(SET), 11 .SET(SET),
12 .LEDK(LEDK) 12 .LEDK(LEDK)
13 ); 13 );
14 14
15 resistor BL_EN_pulldown (BL_GPIO9, GND);
16
15 bl_current_select cursel (.GND(GND), 17 bl_current_select cursel (.GND(GND),
16 .Vio(Vio), 18 .Vio(Vio),
17 .BL_GPIO11(BL_GPIO11), 19 .BL_GPIO11(BL_GPIO11),
18 .BL_GPIO12(BL_GPIO12), 20 .BL_GPIO12(BL_GPIO12),
19 .SET(SET) 21 .SET(SET)