Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: reverse text

Re: reverse text

From: Björn Stenberg <bjorn_at_haxx.se>
Date: Thu, 9 Jan 2003 10:10:31 +0100

for_spam_at_gmx.de wrote:
> I plan doing this by adding additional param to all the LCD text routines
> and doing some XOR'ing with the bytes, written to display.

Bad idea. That would mean every single call to lcd_puts() would need to be modified. At the time of writing, that's 341 locations...

The inverted display is an special case, and should thus use a special function, such as lcd_puts_invert().

-- 
Björn
Received on 2003-01-09

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy