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