We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f93cff commit 05cb774Copy full SHA for 05cb774
eye_display/include/eye.hpp
@@ -186,6 +186,8 @@ void EyeManager::load_eye_images()
186
const char *path_jpg_reflex = current_eye_asset.path_reflex.c_str();
187
const char *path_jpg_upperlid = current_eye_asset.path_upperlid.c_str();
188
189
+ lcd.setRotation(current_eye_asset.direction);
190
+
191
if (path_jpg_outline != NULL) {
192
sprite_outline.fillScreen(TFT_WHITE);
193
if (not draw_image_file(sprite_outline, path_jpg_outline)) {
0 commit comments