
1 May
2010
1 May
'10
8:51 p.m.
Dear Matthias,
On Thu, 22 Apr 2010 15:03:55 +0200 Matthias Weißer weisserm@arcor.de wrote: ...
+/*
- Set a RGB color in the LUT
- */
+void video_set_lut(unsigned int index, unsigned char r,
unsigned char g, unsigned char b)
+{
+}
Code seems to be missing?
The driver doesn't support palletized color format at the moment but removing this function leads to a linker error.
Maybe we should add a config option to disable palletized color format or add a weak function somewhere. Maybe Anatolij can comment on this issue also.
I will send a patch adding weak default video_set_lut() to cfb_console driver. You can remove empty function then.
Best regards, Anatolij