Skip to content
Commit 5a9c30a3 authored by Jingoo Han's avatar Jingoo Han
Browse files

video: s3c-fb: fix red offset and length for ARGB232 format



Green pixel and blue pixel are 3 bits and 2 bits respectively
at ARGB232 format. Thus, the value of red offset should be 5,
not 4. Also, the value of red length should be 2, because
red pixel is 2 bits at ARGB232 format.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
parent 418d620e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment