lgfx_display: better handle display class construction

このコミットが含まれているのは:
Florent
2025-10-18 14:03:27 +02:00
コミット ce70792309
2個のファイルの変更4行の追加10行の削除
+1 -2
ファイルの表示
@@ -124,6 +124,5 @@ public:
class SCIndicatorDisplay : public LGFXDisplay {
LGFX disp;
public:
SCIndicatorDisplay() : LGFXDisplay(480, 480)
{ display=&disp; }
SCIndicatorDisplay() : LGFXDisplay(480, 480, disp) {}
};