Hi guys, I have been working on a graphical LCD and I am making use of a function that will convert integers to character and display on the lcd screen, the itoa() function. My function:void LcdCharacter(char character) { lcd_data_write(0x00); int index; ..
↧