-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[P036][P023] Show current on-display content on Devices page #4554
[P036][P023] Show current on-display content on Devices page #4554
Conversation
Or with no extra css: <td>
<div class="div_r" style="white-space:nowrap;text-align:left;">
<div style="font-size:75%;padding: 2px;">1: The Framed OLED plugin does allow a bit </div>
<div style="font-size:75%;padding: 2px;">2: more fancy look and feel compared to P023 OLED.</div>
<div style="font-size:75%;padding: 2px;">4: OLED SSD1306/SH1106 Framed</div>
<div style="font-size:75%;padding: 2px;">5: The maximum number of ‘Lines per frame’ depends on the disp</div>
</div>
</td> |
I've used And adding the line-numbers doesn't really match with what's on-display... though I do see what the advantage could be, but I'm not sure if it is really needed. And I'd number them 1, 2, 3, 4 not 1, 2, 4, 5... 😆 For P023 it would be 1..8. |
I was more thinking about the centered/right aligned text, and possibly the increased font-size, as available per line on P036. |
That could be a browser thing, can't tell from here, but if your third line is empty in the configuration, then you should expect an empty line here, again that |
Jep, it was 🙄 |
…al, code optimizations
…feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
…ithub.com/tonhuisman/ESPEasy-1 into feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
…ithub.com/tonhuisman/ESPEasy-1 into feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
…ithub.com/tonhuisman/ESPEasy-1 into feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
…feature/P036-show-content-on-devices-page
Resolves #4552
P036 - Display - OLED SSD1306/SH1106 Framed
P023 - Display - OLED SSD1306
Features:
oled,x,y,<content>
is also included on the Devices pageKnown issue(s):
TODO:
by requesterlocal testing done (as the requester hasn't yet responded after several requests)