enum PosterOrientation { horizontal, vertical, } enum PosterFormat { png, jpeg, bmp, } enum PosterOutput { image, lvgl, lvgl9Binary, }