nopnop2002 / esp-idf-st7789

ST7789 Driver for esp-idf
MIT License
254 stars 62 forks source link

Request for Multipixelusage #45

Closed arunyava closed 3 months ago

arunyava commented 3 months ago

Hi Can you please explain the usage of multipixel

nopnop2002 commented 3 months ago

https://github.com/nopnop2002/esp-idf-st7789/blob/master/main/main.c#L625

arunyava commented 3 months ago

hi sir , how can we use this multi pixel in lcd draw string function ? Please help. Thanks in advance

nopnop2002 commented 3 months ago

I can't answer because I don't understand the situation you're requesting.

I need an explanation of why you want to use the multipixel function.

Multipixel functions draw the same color consecutively.

This feature is useless when drawing strings.