Low Power 2.4 Inch 128x64 ST7565 Serial LCD Display (HCMODU0245)

LCD, TFT, OLED, LED modules
StuartsProjects
Posts: 5
Joined: Tue May 14, 2024 3:04 pm

Re: Low Power 2.4 Inch 128x64 ST7565 Serial LCD Display (HCMODU0245)

Post by StuartsProjects » Mon May 20, 2024 10:19 am

Yep, that now works, thanks.

On the Pro Mini with a test text screen of circa 64 characters the software SPI takes 1954mS to write the screen and in hardware SPI mode it takes 387mS.

andrew
Site Admin
Posts: 1477
Joined: Sun Aug 05, 2012 4:15 pm

Re: Low Power 2.4 Inch 128x64 ST7565 Serial LCD Display (HCMODU0245)

Post by andrew » Mon May 20, 2024 10:38 am

Yep, that now works, thanks.

On the Pro Mini with a test text screen of circa 64 characters the software SPI takes 1954mS to write the screen and in hardware SPI mode it takes 387mS.
Excellent - thanks again for your help.

I could eke out a bit more speed by directly writing to the ports for the control pins but that will break compatibility just for that extra bit of speed. As it stands it should work on every Arduino board with an SPI and enough GPIO pins.
Comments made by this poster do not necessarily reflect the views of Hobby Components Ltd.

RogerL
Posts: 35
Joined: Mon Apr 14, 2014 7:56 pm

Re: Low Power 2.4 Inch 128x64 ST7565 Serial LCD Display (HCMODU0245)

Post by RogerL » Fri Feb 21, 2025 1:37 pm

I took delivery of a couple of these displays last week to build some hand-held battery-powered controllers for use outdoors and the Hello World example is working well with HCDisplay library + ESP32 + hardware SPI. The display is very clear despite the current overcast weather conditions!

Post Reply

Return to “Display”