sumotoy / TFT_ST7735

A fast driver for ST7735 displays that works with Arduino's /All Teensy's/ESP8266/SPARK
68 stars 31 forks source link

Difference between fillTriangle_cont and fillTriangle #35

Open brightproject opened 1 year ago

brightproject commented 1 year ago

Good day @sumotoy When drawing a filled cube, fillQuad is used. Its function uses fillTriangle_cont function to draw filled triangles. What is the difference between fillTriangle_cont and fillTriangle? When I use the code, my filled cube ripples. With wireframe no problem. Stm32 controller, ST7735 display.

https://user-images.githubusercontent.com/1788098/226102420-74903291-1c20-46c0-9972-708eefd9a82d.mp4

https://user-images.githubusercontent.com/1788098/226102424-52a08513-5501-4613-af2c-d00e15a7352b.mp4