Hi Mike,
On Thu, Jul 19, 2012 at 7:04 AM, Mike Frysinger wrote:
> On Thursday 12 July 2012 11:25:17 Simon Glass wrote:
>> --- a/README
>> +++ b/README
>>
>> + CONSOLE_SCROLL_LINES
>> +
>> + When the console need to be scrolled, this is the number of
>> + lines
On Thursday 12 July 2012 11:25:17 Simon Glass wrote:
> --- a/README
> +++ b/README
>
> + CONSOLE_SCROLL_LINES
> +
> + When the console need to be scrolled, this is the number of
> + lines to scroll by. It defaults to 1. Increasing this makes
> + the
When the cursor position gets to the end of the LCD console we normally
scroll by one line. This adds an option to increase that value.
Console scrolling is often slow, and if a large amount of output is
being sent, increasing this option to 10 or so will speed things up
considerably.
Signed-off-
3 matches
Mail list logo