Search found 1 match

by lostinpico
Sat Jul 10, 2021 6:32 pm
Forum: Raspberry Pi microcontroller boards
Topic: e-ink 2.13 demo not running unless connected to PC
Replies: 5
Views: 4388

Re: e-ink 2.13 demo not running unless connected to PC

I had the same issue and the problem solved thanks to other forum article. (https://forum.core-electronics.com.au/t/main-py-booting-offline-problem-with-e-paper-2-13/10029/9) According to it, moving 'self.dc_pin = Pin(DC_PIN, Pin.OUT)' to after self.spi.init() is the solution. The modified code look...