I'm trying to use a 7 segment display that uses the TM1637 ic with an attiny85, I tried to use the TM1637 library by Avishay Orpaz, but when I uploaded the code the display didn't show anything, then I tried the Tm1637Tiny library but when I try to upload the code it throughs an error
tinytm1637.ino (101 Bytes)
"Error compiling for board Digispark (Default - 16.5mhz)."
"Documents\Arduino\libraries\TM1637TinyDisplay-master\TM1637TinyDisplay.cpp:677:24: error: invalid conversion from 'const char*' to 'uint8_t* {aka unsigned char*}' [-fpermissive]
m_animation_string = s; "
^
I have tried to use other libraries such as "grove 4 digit display" but I still can't make work
any thoughts?
I run this code on the attiny and it work just right
attiny_7segment_stopwatch.ino (1.1 KB)
then I try this code first on an arduino nano and it worked as expected, then I made some changes to work on the attiny and when I uploaded the code the 7 segment display did not show anything
attiny_ds3231_i2c.ino (2.6 KB)
7 segment:
CLK => P3
DIO => P4
