3a09daeab2
- [x] Move project to platformIO - [x] Bug rectangle on screen when 1milion shares - [x] Bug memory leaks - [x] Bug Reboots when received JSON contains some null values - Readme update with build troubleshooting TODO - [ ] Improve hashrate using Blockstream Jade miner code - [ ] Add blockHeight to screen - [ ] Add new screen with global mining stats - [ ] Add support to control BM1397
8 lines
421 B
Plaintext
8 lines
421 B
Plaintext
This is a stand-alone library that contains both graphics functions
|
|
and the TFT chip driver library. It supports the ESP8266, ESP32,
|
|
STM32 and RP2040 processors with performance optimised code. Other
|
|
Arduino IDE compatible boards are also supported but the library
|
|
then uses generic functions which will be slower. The library uses
|
|
32 bit variables extensively so this will affect performance on 8
|
|
and 16 bit processors.
|