Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 08:25 23 Jul 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : LCD text

Author Message
jman

Guru

Joined: 12/06/2011
Location: New Zealand
Posts: 711
Posted: 09:25pm 22 Aug 2015
Copy link to clipboard 
Print this post

Hi All

Using a MM+ with a colour LCD I would like to use the Text command
without it using a background colour.
I have a BMP for the background and would like to overlay the text on the bmp
without the text setting its own background colour

Is this possible ?

Regards
Jman
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10287
Posted: 01:27am 23 Aug 2015
Copy link to clipboard 
Print this post

  Quote  Is this possible ?


Not without some significant changes to the firmware. The way it works is that a display region is created the size of the character, the software then clocks through the character's bitmap and either sends the foreground or background colour without having to do any further pixel positioning

To do what you want the firmware would need to send each foreground pixel individually and re-position over each background pixel. This would be much slower.

It could be done in a CFunction but it would be a pretty complex one and not fast
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025