All checks were successful
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 15m32s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
17 lines
153 B
Dart
17 lines
153 B
Dart
enum PosterOrientation {
|
|
horizontal,
|
|
vertical,
|
|
}
|
|
|
|
enum PosterFormat {
|
|
png,
|
|
jpeg,
|
|
bmp,
|
|
}
|
|
|
|
enum PosterOutput {
|
|
image,
|
|
lvgl,
|
|
lvgl9Binary,
|
|
}
|