Just a side project


Author Message
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 3316
Posted: 05:38am 04 Jun 2026      

Have you tried the Virtual LCD Panel? Peter added it to the firmware so WebMites could process images without an attached display.
  Quote  OPTION LCDPANEL VIRTUAL_C
or
OPTION LCDPANEL VIRTUAL_M

NOT VGA OR HDMI VERSIONS
Configures an LCD panel on versions that accept a connected LCD.
Configures a virtual LCD panel without a physically connected panel.
VIRTUAL _C = Colour, 4bit, 320 x 240
VIRTUAL _M = Monochrome, 640 x 480
Using this feature a program can draw graphical images on this virtual panel and then save them as a BMP file. Useful for creating a graphic image for export without an attached display