PetteriAimonen / ED060SC4_driver

Driver for the ED060SC4 E-ink display
Other
210 stars 34 forks source link

GPIO misunderstanding #1

Open shirish47 opened 9 years ago

shirish47 commented 9 years ago

In file gdisp_lib_board_example.h

According to sch. in line #74 you have used GPIOA but your Schematic shows GPIOC connected to EINK_VDD and you have not defined GPIOA_EINK_VDD but instead you have defiend GPIOB_EINK_VDD which is not according to Sch. and also same for PORTC pins.. is it your mistake or something . Kindly pls let us know. :) Thanks

PetteriAimonen commented 9 years ago

Yeah, probably my mistake. I changed the schematic a bit from what it was for my own proto pcb, maybe I forgot to change some pin mappings in the code.