restructure lv_draw folder and lv_line rework started

This commit is contained in:
Gabor Kiss-Vamosi
2018-05-20 21:27:57 +02:00
parent 6be0089cac
commit 6bf1a8ffda
10 changed files with 1900 additions and 1598 deletions

39
lv_draw/lv_draw_rect.h Normal file
View File

@@ -0,0 +1,39 @@
/**
* @file lv_draw_rect.h
*
*/
#ifndef LV_DRAW_RECT_H
#define LV_DRAW_RECT_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "lv_draw.h"
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_DRAW_RECT_H*/