Hello my english speaking friends. I will like to work with GLCD. I working with the program uv4 and others, and this generate table of chars for the compilers CCs and Hs... How can i to converter this format file(chars) to binari format (bin) , for load to eeprom 24lcxx ? Thanks by people.
void put_a_zebra_into_eeprom( void ) { char zebra[] = "A ZEBRA"; eeprom_write_string( zebra ); }
should do it?