valerionew / ht1621-7-seg

arduino library for 7-segment lcd based on ht1621 drivers
Other
19 stars 13 forks source link

There is a problem with the code #20

Open hahaqiu123 opened 2 years ago

hahaqiu123 commented 2 years ago

In ht1621.ccp file,void config() function ,I have to modify the position of wrCMD(SYSDIS) to the first. If not, the wrCMD(BIAS) will do not work, my LCD never show the image of com4.

before after
valerionew commented 3 days ago

Is anyone able to confirm this?