Floyd-Fish / ST7789-STM32

using STM32's Hardware SPI to drive a ST7789 based IPS displayer
GNU General Public License v3.0
276 stars 55 forks source link

what function i need use for print in st7789 adc value? #19

Closed marenko21 closed 2 years ago

marenko21 commented 2 years ago

hi,it is necessary to display the ADC value or any int16_t digit value by what function it can be done,i dont find it in library if i use

int16_t adc ; //for example adc=120; ST7789_WriteString(0,160,adc,Font_16x26,WHITE,BLACK); or ST7789_WriteChar(0,160,adc,Font_16x26,WHITE,BLACK); its dont work,show only not correct characters

help me please,thanks.