88 use elsewhere.
99 */
1010
11- // Generated for mbed RTOS by TcMenu 4.3.1 on 2024-10-12T09:03:47.686418900Z .
11+ // Generated for mbed RTOS by TcMenu 4.5.0 on 2025-11-01T13:11:16.909154400Z .
1212
1313#include < tcMenu.h>
1414#include " stm32OledEncoder_menu.h"
@@ -22,7 +22,7 @@ HalStm32EepromAbstraction glBspRom;
2222EepromAuthenticatorManager authManager (6 );
2323AdafruitSSD1306Spi* gfx;
2424AdafruitDrawable gfxDrawable;
25- GraphicsDeviceRenderer renderer (30 , applicationInfo.name, &gfxDrawable );
25+ GraphicsDeviceRenderer renderer (30 , applicationInfo.name, nullptr );
2626MbedEthernetInitialiser mbedEthInitialisation (3333 );
2727MBedEthernetTransport ethernetTransport;
2828TagValueRemoteServerConnection ethernetConnection (ethernetTransport, mbedEthInitialisation);
@@ -86,8 +86,8 @@ void setupMenu() {
8686 menuMgr.setAuthenticator (&authManager);
8787 // Now add any readonly, non-remote and visible flags.
8888 menuEdit.setReadOnly (true );
89- menuCommits.setReadOnly (true );
9089 menuIP.setReadOnly (true );
90+ menuCommits.setReadOnly (true );
9191 menuIoTMonitor.setLocalOnly (true );
9292 menuAuthenticator.setLocalOnly (true );
9393
@@ -98,6 +98,7 @@ void setupMenu() {
9898 renderer.setUpdatesPerSecond (5 );
9999 gfxDrawable.setGraphics (gfx);
100100 gfxDrawable.setFontHandler (gfx->getFontHandler ());
101+ renderer.setDrawable (&gfxDrawable);
101102 switches.init (internalDigitalIo (), SWITCHES_POLL_EVERYTHING, true );
102103 menuMgr.initForEncoder (&renderer, &menuRTCDate, PC_8, PC_10, PC_9);
103104 remoteServer.addConnection (ðernetConnection);
0 commit comments