creationid / creators

Central place to register creation id creator ids. These are used to digitally identify anything.
https://creationid.org
BSD 2-Clause "Simplified" License
9 stars 31 forks source link

add unique creation_id for the 4M variant of the T-Display ESP32 #52

Closed kreier closed 7 months ago

kreier commented 7 months ago

It is needed for the unique version of CircuitPython for this variant of this board. The "regular" 16M variant already supported by CircuitPython has ID 0x0032_0002 so the smaller 4M flash chip could use 0x0032_0004.

kreier commented 7 months ago

The related pull request on CircuitPython is https://github.com/adafruit/circuitpython/pull/8787