• S
    video: Update video_set_default_colors() to support invert · b9f210a3
    Simon Glass 提交于
    It is useful to be able to invert the colours in some cases so that the
    text matches the background colour. Add a parameter to the function to
    support this.
    
    It is strange that function takes a private data structure from another
    driver as an argument. It seems better to pass the device and have the
    function internally work out how to find its required information.
    Signed-off-by: NSimon Glass <sjg@chromium.org>
    b9f210a3
video.h 6.8 KB