--- nono/wx/wxlcdwindow.h 2026/04/29 17:05:08 1.1.1.6 +++ nono/wx/wxlcdwindow.h 2026/04/29 17:05:12 1.1.1.7 @@ -12,6 +12,7 @@ #include "wxsubwindow.h" #include "wxbitmappanel.h" +#include "wxmonitor.h" // LCD パネル class WXLCDPanel : public WXBitmapPanel @@ -62,6 +63,6 @@ class WXLCDMonitor : public WXSubWindow virtual ~WXLCDMonitor() override; private: - WXTextScreen *monpanel {}; + WXMonitorPanel *monpanel {}; WXLCDCharPanel *chrpanel {}; };