start a brand new line drawing algorithm

This commit is contained in:
Gabor Kiss-Vamosi
2018-05-25 23:14:19 +02:00
parent 6bf1a8ffda
commit eba3105cae
4 changed files with 518 additions and 490 deletions

View File

@@ -0,0 +1,38 @@
/**
* @file lv_draw_line.h
*
*/
#ifndef LV_DRAW_LINE_H
#define LV_DRAW_LINE_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_DRAW_LINE_H*/