Re: [PATCH 3/3] GUI: Add fbtest command

2016-06-23 Thread Andrey Smirnov
On Thu, Jun 23, 2016 at 12:31 AM, Holger Schurig wrote: > I'm unsure if an "fbtest" command will be helpful. > > Why don't you expose the various primitives (lines, circles, lines) with > some commands? Then people could use this in their boot scripts, > including the

Re: [PATCH 3/3] GUI: Add fbtest command

2016-06-23 Thread Andrey Smirnov
On Wed, Jun 22, 2016 at 3:49 AM, Antony Pavlov wrote: > On Tue, 21 Jun 2016 21:39:29 -0700 > Andrey Smirnov wrote: > >> Add 'fbtest' - a command to produce test patterns on a screen >

Re: [PATCH 3/3] GUI: Add fbtest command

2016-06-23 Thread Andrey Smirnov
On Wed, Jun 22, 2016 at 11:22 PM, Sascha Hauer wrote: > On Tue, Jun 21, 2016 at 09:39:29PM -0700, Andrey Smirnov wrote: >> Add 'fbtest' - a command to produce test patterns on a screen >> >> Signed-off-by: Andrey Smirnov >> Signed-off-by: Andrey

Re: [PATCH 3/3] GUI: Add fbtest command

2016-06-23 Thread Sascha Hauer
On Thu, Jun 23, 2016 at 09:31:44AM +0200, Holger Schurig wrote: > I'm unsure if an "fbtest" command will be helpful. > > Why don't you expose the various primitives (lines, circles, lines) with > some commands? Then people could use this in their boot scripts, > including the equivalent of an

Re: [PATCH 3/3] GUI: Add fbtest command

2016-06-23 Thread Holger Schurig
I'm unsure if an "fbtest" command will be helpful. Why don't you expose the various primitives (lines, circles, lines) with some commands? Then people could use this in their boot scripts, including the equivalent of an fbtest program. ___ barebox

Re: [PATCH 3/3] GUI: Add fbtest command

2016-06-23 Thread Sascha Hauer
On Tue, Jun 21, 2016 at 09:39:29PM -0700, Andrey Smirnov wrote: > Add 'fbtest' - a command to produce test patterns on a screen > > Signed-off-by: Andrey Smirnov > Signed-off-by: Andrey Gusakov > --- > commands/Kconfig | 9 +++ >

Re: [PATCH 3/3] GUI: Add fbtest command

2016-06-22 Thread Antony Pavlov
On Tue, 21 Jun 2016 21:39:29 -0700 Andrey Smirnov wrote: > Add 'fbtest' - a command to produce test patterns on a screen > > Signed-off-by: Andrey Smirnov > Signed-off-by: Andrey Gusakov > --- >

Re: [PATCH 3/3] GUI: Add fbtest command

2016-06-22 Thread Antony Pavlov
On Tue, 21 Jun 2016 21:39:29 -0700 Andrey Smirnov wrote: > Add 'fbtest' - a command to produce test patterns on a screen ^^^ "on A screen" here ... > --- a/commands/Kconfig > +++ b/commands/Kconfig > @@

[PATCH 3/3] GUI: Add fbtest command

2016-06-21 Thread Andrey Smirnov
Add 'fbtest' - a command to produce test patterns on a screen Signed-off-by: Andrey Smirnov Signed-off-by: Andrey Gusakov --- commands/Kconfig | 9 +++ commands/Makefile | 1 + commands/fbtest.c | 187