There is a basic Bresenhams line drawing implementation in here https://github.com/raspberrypi/pico-exa ... 1306_i2c.c There is also some font stuff in there as well.
Add a Bresenhams circle drawing function and you have the basics for anything you want. https://www.geeksforgeeks.org/bresenham ... algorithm/
Add a Bresenhams circle drawing function and you have the basics for anything you want. https://www.geeksforgeeks.org/bresenham ... algorithm/
Statistics: Posted by jamesh — Mon Dec 02, 2024 11:48 am