echo, m1: correct display scalling; all nrf52 boards jsons: added debug.openocd_target

This commit is contained in:
recrof 2025-05-05 08:30:12 +02:00
parent 791da53c7b
commit 5780b50a48
9 changed files with 64 additions and 12 deletions

View file

@ -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() {