You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KED/libraries/backup/function_pointer/oled.h

10 lines
159 B

#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "graphics.h"
void oled_init(display_s *lcd);
void oled_print(int a);