mch2022-template-app/components/renze-graphics/include/driver_framebuffer_orientation_internal.h
2022-01-24 22:32:33 +01:00

8 lines
97 B
C

#pragma once
enum Orientation {
landscape,
portrait,
reverse_landscape,
reverse_portrait
};