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
Hi Michal, I think that we should unify the compatible code so that we reduce the maintenance and avoid having diverging functionality and bugfixes Regards Alin -Original Message- From: Michal Lenc Sent: den 30 augusti 2021 10:21 To: dev@nuttx.apache.org Subject: Possibility of merg