MatrixOrbital / EVE2-Library

C library for a Matrix Orbital EVE2 & EVE3 & EVE4 Displays
MIT License
16 stars 6 forks source link

Function definitions and Function prototypes are conflicting... #4

Closed AndrejValand closed 3 years ago

AndrejValand commented 3 years ago

Two Examples of many in the library...

Example 1: void FT81x_Init(int display, int board, int touch) void FT81x_Init(void) …

Example 2: void Cmd_AnimDrawFrame(uint32_t addr, uint16_t Xpos, uint16_t Ypos, uint8_t Frame) void Cmd_AnimDrawFrame(int16_t x, int16_t y, uint32_t aoptr, uint32_t frame); …

chadpham75 commented 3 years ago

Using Eve2_81x.h/.c files in https://github.com/MatrixOrbital/Basic-EVE-Demo-STM32 to have a better result. You can compare the two files from EVE2-Library and Basic-EVE-Demo-STM32. However, the STM32 .ioc has some mismatch with source file main.c so watch out for it.

matrixraym commented 3 years ago

I have updated the library to the latest internal code drop