262d93c76c
Currently this just traces SPI activity from the ST7789 driver but its a good baseline to start building up test functions from.
5 lines
56 B
Python
5 lines
56 B
Python
def const(x):
|
|
return x
|
|
|
|
def native(x):
|
|
return x
|