mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
echo, m1: correct display scalling; all nrf52 boards jsons: added debug.openocd_target
This commit is contained in:
parent
791da53c7b
commit
5780b50a48
9 changed files with 64 additions and 12 deletions
|
|
@ -7,10 +7,10 @@
|
|||
|
||||
#ifdef TECHO_ZOOM
|
||||
#define SCALE_X (1.5625f * 1.5f) // 200 / 128 (with 1.5 scale)
|
||||
#define SCALE_Y (2.9687f * 1.5f) // 190 / 64 (with 1.5 scale)
|
||||
#define SCALE_Y (1.5625f * 1.5f) // 200 / 128 (with 1.5 scale)
|
||||
#else
|
||||
#define SCALE_X 1.5625f // 200 / 128
|
||||
#define SCALE_Y 2.9687f // 190 / 64
|
||||
#define SCALE_Y 1.5625f // 200 / 128
|
||||
#endif
|
||||
|
||||
bool GxEPDDisplay::begin() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue