lgfx_display: better handle display class construction
Cette révision appartient à :
@@ -124,6 +124,5 @@ public:
|
||||
class SCIndicatorDisplay : public LGFXDisplay {
|
||||
LGFX disp;
|
||||
public:
|
||||
SCIndicatorDisplay() : LGFXDisplay(480, 480)
|
||||
{ display=&disp; }
|
||||
SCIndicatorDisplay() : LGFXDisplay(480, 480, disp) {}
|
||||
};
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur