linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: Amol Lad <amol.lad@gmail.com>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: Background color Framebuffer console
Date: Thu, 21 Aug 2008 14:21:39 +0200	[thread overview]
Message-ID: <48AD5DD3.2040505@denx.de> (raw)
In-Reply-To: <48AD5BA4.3050009@denx.de>

Anatolij Gustschin wrote:

<snip>

> You could also try to set other bg colors and see what happens:
> 
> # for ((i = 40; i < 51; i++)) do echo -e "\033[${i}m > /dev/tty0"; done

The above command should be 

# for ((i = 40; i < 51; i++)) do echo -e "\033[${i}m" > /dev/tty0; done

Sorry, my typo.

Best Regards,
Anatolij

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

      reply	other threads:[~2008-08-21 12:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-21 10:34 Background color Framebuffer console Amol Lad
2008-08-21 12:12 ` Anatolij Gustschin
2008-08-21 12:21   ` Anatolij Gustschin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48AD5DD3.2040505@denx.de \
    --to=agust@denx.de \
    --cc=amol.lad@gmail.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).