//#include <string.h>
#include <math.h>
//#include "stm32f4xx_hal.h"
#include "ssd1306.h"
typedef struct {
float x;
float y;
float z;
} triPoint;
void cube_Init(void);
void cube_Update(uint8_t fov);