KallDrexx / microgpu

2d focused GPU for resource constrained microcontrollers
MIT License
9 stars 2 forks source link

Invert reset pin #12

Open KallDrexx opened 5 months ago

KallDrexx commented 5 months ago

Microgpu turns on only when reset pin is set high. This means the device gets no response if the pin is low (default usually).

It would be better if you have to explicitly set the pin high to turn it off, so it usually defaults to on.