Sure Electronics new 32x16 bi-color display: 3216 RG -Cont. from read only forum

yOPERO:
what code should I use in order to print a value store in an "int"?

Try this:

char convInt;
int value1 = 0;
value1 ++;
itoa(value1, contInt, 10)

ht1632_putchar(0, 0, convInt, GREEN);