Bodmer / TFT_eFEX

A support library for TFT_eSPI that adds commonly used extra functions
Other
83 stars 27 forks source link

'drawBezier' does not draw middle coordinate? #40

Closed Tinkerpete closed 2 years ago

Tinkerpete commented 2 years ago

Hello Bodmer,

thank you for your 'TFT_eSPI' library! I am using it in several projects. Since I wanted to provide a temperature curve with a smooth curve, I recently came across your other library 'TFT_eFEX' and have developed an algorithm with which it is possible to display a smooth curve with 'drawBezier'. I noticed that it seems that it is not guaranteed that the middle coordinate is really crossed by a line. Is this correct?

LG Thomas

Tinkerpete commented 2 years ago

My mistake!