sfrwmaker / F1-T12-858D

Soldering station for hakko t12 tips + 858D rework
149 stars 67 forks source link

The screen problem #2

Closed daohuaxiang4 closed 4 years ago

daohuaxiang4 commented 4 years ago

Hello! I want to restore the screen to normal display instead of rotating 180°. Which place in the display.cpp file should I modify?

sfrwmaker commented 4 years ago

In the core.cpp, see CFG_STATUS HW::init(void) function. Change dspl.init(U8G2_R2); to dspl.init(U8G2_R0);

sfrwmaker commented 4 years ago

In the core.cpp, see CFG_STATUS HW::init(void) function. Change dspl.init(U8G2_R2); to dspl.init(U8G2_R0);