lkml.org 
[lkml]   [2010]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 1/3] picolcd: driver for PicoLCD HID device
    Hi!

    > +#ifdef CONFIG_LOGO
    > +/*
    > + * This is a default logo to be loaded upon driver initialization
    > + * replacing the default PicoLCD image loaded on device
    > + * initialization. This is to provide the user a cue that the
    > + * Linux driver is loaded and ready.
    > + *
    > + * This logo contains the text PicoLCD in the center with one penguin
    > + * on each side of the text. The penguins are a 64x64 rendition of
    > + * the default framebuffer 80x80 monochrome image scaled down and
    > + * cleaned up to retain something that looks a little better than
    > + * a simple scaling.
    > + *
    > + * This logo is a simple xbm image created in GIMP and exported.
    > + * To view the image copy the following two #defines plus the
    > + * picolcd_bits to an ASCII text file and save with extension
    > + * .xbm, then open with GIMP or any other graphical editor
    > + * such as eog that recognizes the .xbm format.
    > + */
    > +#define picolcd_width 256
    > +#define picolcd_height 64
    > +static const u8 picolcd_bits[PICOLCDFB_SIZE] = {
    > + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    > + 0xff, 0xff, 0xff, 0xf8, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1f, 0xff, 0xff, 0xff,

    Please remove this. There are less ugly/shorter ways to tell the user
    device is ready.
    --
    (english) http://www.livejournal.com/~pavelmachek
    (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


    \
     
     \ /
      Last update: 2010-03-03 07:07    [W:4.243 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site