* ST7789Display: now with SCALE_X,SCALE_Y

* fix for GxEPDDisplay
このコミットが含まれているのは:
Scott Powell
2025-05-05 15:54:31 +10:00
コミット 791da53c7b
3個のファイルの変更13行の追加12行の削除
+1 -2
ファイルの表示
@@ -29,8 +29,7 @@ class GxEPDDisplay : public DisplayDriver {
public:
// there is a margin in y...
GxEPDDisplay() : DisplayDriver(200, 200-10), display(GxEPD2_150_BN(DISP_CS, DISP_DC, DISP_RST, DISP_BUSY)) {
GxEPDDisplay() : DisplayDriver(128, 64), display(GxEPD2_150_BN(DISP_CS, DISP_DC, DISP_RST, DISP_BUSY)) {
}
bool begin();