驱动lcd
This commit is contained in:
8
components/lcd/internal/lcd_pretty_effect.h
Normal file
8
components/lcd/internal/lcd_pretty_effect.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
void platform_lcd_pretty_effect_calc_lines(uint16_t *dest, int line, int frame, int linect);
|
||||
esp_err_t platform_lcd_pretty_effect_init(void);
|
||||
Reference in New Issue
Block a user