E-INK Display Orientation

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DaBr_3652421
Level 1
Level 1
First like received

Hi there,

Looking to rotate the orientation with the E-INK display to be vertical on the PSoC 6 BLE Pioneer kit with emWin graphics?

I notice there is a way to rotate individual text, polygons, and bitmaps.  Couldn't find anything on rotating the entire screen though.

I feel like it should be an option in the GUIConf or LCDConf.

Help always appreciated,

-Davey

0 Likes
1 Solution
DaBr_3652421
Level 1
Level 1
First like received

Ah, found it.

During runtime it can be done with:

int GUI_SetOrientation(int Orientation);

At compile, it's a macro called by LCD_X_Config().

Looks like I just passed over it in the emwin docs.

View solution in original post

1 Reply
DaBr_3652421
Level 1
Level 1
First like received

Ah, found it.

During runtime it can be done with:

int GUI_SetOrientation(int Orientation);

At compile, it's a macro called by LCD_X_Config().

Looks like I just passed over it in the emwin docs.