rename oled file
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
//
|
||||
// Created by MightyPork on 2022/12/28.
|
||||
//
|
||||
|
||||
#ifndef TEST_PROJECT_OLED_H
|
||||
#define TEST_PROJECT_OLED_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
void oled_init();
|
||||
void oled_reset();
|
||||
void oled_command(uint8_t cmd);
|
||||
void oled_command16(uint8_t cmd, uint8_t arg);
|
||||
void oled_invert(bool invert);
|
||||
|
||||
void oled_data(uint8_t *data, size_t len);
|
||||
|
||||
#endif //TEST_PROJECT_OLED_H
|
||||
Reference in New Issue
Block a user