mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 20:24:13 -04:00
Swap function of P2_8, P2_4 in schematic, firmware, CPLD.
gpio_unused: P2_4 -> P2_8 gpio_lcd_rd: P2_8 -> P2_4 P2_8 is a very long line, shared with DFU button. Revise schematic to match CPLD signal names.
This commit is contained in:
parent
b6e25692dc
commit
19764ce693
4 changed files with 73 additions and 74 deletions
|
@ -36,8 +36,8 @@ namespace portapack {
|
|||
constexpr GPIO gpio_io_stbx = gpio[GPIO5_0]; /* P2_0 */
|
||||
constexpr GPIO gpio_addr = gpio[GPIO5_1]; /* P2_1 */
|
||||
constexpr GPIO gpio_lcd_te = gpio[GPIO5_3]; /* P2_3 */
|
||||
constexpr GPIO gpio_unused = gpio[GPIO5_4]; /* P2_4 */
|
||||
constexpr GPIO gpio_lcd_rd = gpio[GPIO5_7]; /* P2_8 */
|
||||
constexpr GPIO gpio_unused = gpio[GPIO5_7]; /* P2_8 */
|
||||
constexpr GPIO gpio_lcd_rd = gpio[GPIO5_4]; /* P2_4 */
|
||||
constexpr GPIO gpio_lcd_wr = gpio[GPIO1_10]; /* P2_9 */
|
||||
constexpr GPIO gpio_dir = gpio[GPIO1_13]; /* P2_13 */
|
||||
constexpr std::array<GPIO, 8> gpios_data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue