mirror of
https://github.com/BitMaker-hub/NerdMiner_v2.git
synced 2025-10-09 20:55:11 +02:00
- [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
28 lines
527 B
C
28 lines
527 B
C
// Null set for ePaper
|
|
#define TFT_WIDTH 1000
|
|
#define TFT_HEIGHT 1000
|
|
|
|
#define TFT_INIT_DELAY 0
|
|
|
|
#define TFT_NOP 0x00
|
|
#define TFT_SWRST 0x00
|
|
|
|
#define TFT_CASET 0x00
|
|
#define TFT_PASET 0x00
|
|
#define TFT_RAMWR 0x00
|
|
|
|
#define TFT_RAMRD 0x00
|
|
#define TFT_IDXRD 0x00
|
|
|
|
#define TFT_MADCTL 0x00
|
|
#define TFT_MAD_MY 0x00
|
|
#define TFT_MAD_MX 0x00
|
|
#define TFT_MAD_MV 0x00
|
|
#define TFT_MAD_ML 0x00
|
|
#define TFT_MAD_BGR 0x00
|
|
#define TFT_MAD_MH 0x00
|
|
#define TFT_MAD_RGB 0x00
|
|
|
|
#define TFT_INVOFF 0x00
|
|
#define TFT_INVON 0x00
|