andygock / glcd

Graphic LCD Library for microcontrollers based embedded systems. Compatible with chipsets PCD854, ST7565R, NTD75451 and many AVR, LPC, PIC, STM32 devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glcd_draw_string_xy(0,0,string);

Abu100135 opened this issue · comments

Hi,
thanks for the greate library. I made a project with this library.I noticed that the (glcd_draw_string_xy(0,0,string);) affect the code speed .
specially that the code is dependent on reading sensors and timers.
any help to boost this function.
Regards.