Skip to content

WindyYam/Arduino_SSD1306_3D_Sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino_SSD1306_3D_Sketch

display 3d sketch in ssd1306 OLED with arduino

DC - 9 CS - 12 //or to vcc RST - 10

and put a potentiometer between +5 and GND, the center pin to A0, this is for camera angle adjustment

the 3d obj struct is defined as follow: in MyVertex every 3 int8 define a vertex location; in MyEdge every 2 int8 define a vertex connection; quat is the initial rotation represented by quaternion; offset is the translation;

About

display 3d sketch in ssd1306 with arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages