Skip to content

How to stop LED blinking when Poco's drawing commands are called #1241

Answered by phoddie
harupiko asked this question in Q&A
Discussion options

You must be logged in to vote

Moddable Three uses the ESP8266 which has a very limited number of GPIOs. The LED is connected to GPIO 2, which is also used as the DC pin for the display controller. Therefore, updating the display can toggle the LED.

For reference, here is the pin diagram in the Moddable Three documentation and here is the definition of the DC pin of the display controller from the Moddable Three manifest.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@harupiko
Comment options

@phoddie
Comment options

Answer selected by harupiko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants