aboutsummaryrefslogtreecommitdiff
path: root/include/video_console.h
AgeCommit message (Expand)Author
2023-01-16video: Add font functions to the vidconsole APISimon Glass
2022-10-30video: Add commands to list and change fontsSimon Glass
2022-10-30video: Add a way to change the font name and sizeSimon Glass
2022-10-30video: Provide a function to set the cursor positionSimon Glass
2022-10-30video: Move console colours to the video uclassSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass
2020-07-09video: Drop unnecessary #ifdef around vid_console_color()Simon Glass
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut
2018-09-28dm: video: support more escape sequencesHeinrich Schuchardt
2018-09-28dm: video: adjust struct vidconsole_priv descriptionHeinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark
2016-01-30video: Provide a backspace methodSimon Glass
2016-01-30video: Provide a signal when a new console line is startedSimon Glass
2016-01-30video: Provide a left margin for the text consoleSimon Glass
2016-01-30video: Use fractional units for X coordinatesSimon Glass
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass