Re: Possibility of merging few lcd drivers into one file

2021-08-30 Thread Michal Lenc
- Od: Alan Carvalho de Assis Komu: dev@nuttx.apache.org Datum: 30. 8. 2021 15:22:21 Předmět: Re: Possibility of merging few lcd drivers into one file "Hi Michael, I think this is a good idea, case they are really similar and you don't need to use tons of #ifdef. Other driver that need

Re: Possibility of merging few lcd drivers into one file

2021-08-30 Thread Alan Carvalho de Assis
Hi Michael, I think this is a good idea, case they are really similar and you don't need to use tons of #ifdef. Other driver that needs some care is the OLED SSD1106/SSD1306, there are many entries in the menuconfig for the same driver. It is using some specific manufacturer name instead of the I

RE: Possibility of merging few lcd drivers into one file

2021-08-30 Thread Alin.Jerpelea
merging few lcd drivers into one file Hi all, I was taking a look into the current state of files for LCD drivers (drivers/lcd/) and I am wondering about your opinion about this. Is there any particulal reason not to merge few of those drivers into one file? I am talking mostly about merging

Possibility of merging few lcd drivers into one file

2021-08-30 Thread Michal Lenc
Hi all, I was taking a look into the current state of files for LCD drivers (drivers/lcd/) and I am wondering about your opinion about this. Is there any particulal reason not to merge few of those drivers into one file? I am talking mostly about merging files st7735.c, st7789.c and st7796.c