help me to display hmc 6532 on ST7920 :(

Hello.. I'm a beginner in arduino.. I need help and guidance to display some data on GLCD. All my hardware works very well on debugging. I'm using Arduino Mega, 128x64 GLCD, HMC 6352. Can someone help me how to do programming for display some data that i get from compass module to display them on my GLCD.
I'm using #HMC6352 and #U8glib

Thank you for any help and guidance :slight_smile:

Hi

Can you display something on your Display? Are the examples from the U8glib working?

U8glib supports the print() procedure, so everting what can be printed with Serial.print() can be used 1:1 with U8glib.

Oliver