nopnop2002/esp-idf-st7565

Improve code format

silbo opened this issue · 5 comments

silbo commented

Hey, really appreciate the great work on the ST7565 display driver IC. I am planning to use this code for our project on a STM32 microcontroller with freertos, but I would prefer to use the cmsis API. Will also use SPI mutexes.

Wanted to check if it would be possible to format the code C linux kernel style with perhaps the clang-format software? Should I make a merge request on that?

@silbo

Wanted to check if it would be possible to format the code C linux kernel style with perhaps the clang-format software?

No.

Should I make a merge request on that?

You don't have to make a merge request.

@nopnop2002 hey, thanks for the quick reply. So you would have no interest to make this code more attractive for other users also ?
I was planning to use it on a STM32 microcontroller.

I don't like libraries that support multiple microcomputers.

A library that supports multiple microcomputers cannot keep up with the evolution of a specific microcomputer.

I welcome you to create a library for STM32 based on my code.

Thank you for the quick feedback. Just wondering, why you use no spaces on this line, after and before the parentheses, and on the line before you use spaces.

In C Language, spaces have no meaning.

The compiler ignores spaces.