rdagger / Pi-ST7565

ST7565 Graphics LCD Display Python Library for Raspberry Pi
MIT License
17 stars 13 forks source link

Cursor should be start at zero #8

Closed tienthanh2509 closed 6 years ago

tienthanh2509 commented 6 years ago

Current cursor not full fill LCD 128x64

rdagger commented 6 years ago

The Adafruit ST7565 is 1 based (not zero based). Are you using a different display? I just tested mine and I'm getting the full 128 pixels along the x-axis (see pic). st7565 x coordinates

tienthanh2509 commented 6 years ago

yes, perhaps having different

My LCDs was set page map [7, 6, 5, 4, 3, 2, 1, 0] and cursor at 0 for working