aboutsummaryrefslogtreecommitdiff
path: root/boot/expo.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14expo: Correct background colourSimon Glass1-1/+3
2023-08-25expo: Provide a way to iterate through all scene objectsSimon Glass1-0/+15
2023-07-14expo: Support building an expo from a description fileSimon Glass1-0/+1
2023-07-14expo: Add spacing around menus and itemsSimon Glass1-0/+2
2023-07-14expo: Draw the current opened menu on topSimon Glass1-0/+12
2023-07-14expo: Support simple themesSimon Glass1-0/+20
2023-07-14expo: Set up the width and height of objectsSimon Glass1-0/+24
2023-07-14expo: Allow setting the start of the dynamic-ID rangeSimon Glass1-0/+15
2023-07-14bootstd: Add a separate log category for expoSimon Glass1-0/+2
2023-07-14expo: Rename exp_set_text_mode()Simon Glass1-1/+1
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass1-1/+14
2023-07-14expo: Store the console in the expoSimon Glass1-0/+9
2023-01-16expo: Add basic implementationSimon Glass1-0/+170