Re: [oe] [meta-oe][PATCH] ssd1306_git.bb: Add ssd1306_linux

2024-01-01 Thread Khem Raj
On Sun, Dec 31, 2023 at 11:53 PM Leon Anavi wrote: > > Hi Khem, > > Happy New Year! Best wishes for 2024. ty. same to you as well. > > On Sat, Dec 30, 2023, 19:39 Khem Raj wrote: >> >> >> >> On Sat, Dec 30, 2023 at 9:11 AM Leon Anavi wrote: >>> >>> Add ssd1306_linux, a simple OLED I2C SSD1306

Re: [oe] [meta-oe][PATCH] ssd1306_git.bb: Add ssd1306_linux

2023-12-31 Thread Leon Anavi
Hi Khem, Happy New Year! Best wishes for 2024. On Sat, Dec 30, 2023, 19:39 Khem Raj wrote: > > > On Sat, Dec 30, 2023 at 9:11 AM Leon Anavi > wrote: > >> Add ssd1306_linux, a simple OLED I2C SSD1306 Linux driver based on >> the i2c library libi2c from i2c-tools. Example usage for a >>

Re: [oe] [meta-oe][PATCH] ssd1306_git.bb: Add ssd1306_linux

2023-12-30 Thread Khem Raj
On Sat, Dec 30, 2023 at 9:11 AM Leon Anavi wrote: > Add ssd1306_linux, a simple OLED I2C SSD1306 Linux driver based on > the i2c library libi2c from i2c-tools. Example usage for a > compatible display with resolution 128x64 pixels: > > ssd1306_bin -n 1 -I 128x64 > ssd1306_bin -n 1 -c >

[oe] [meta-oe][PATCH] ssd1306_git.bb: Add ssd1306_linux

2023-12-30 Thread Leon Anavi
Add ssd1306_linux, a simple OLED I2C SSD1306 Linux driver based on the i2c library libi2c from i2c-tools. Example usage for a compatible display with resolution 128x64 pixels: ssd1306_bin -n 1 -I 128x64 ssd1306_bin -n 1 -c ssd1306_bin -n 1 -r 0 ssd1306_bin -n 1 -x 1 -y 1 ssd1306_bin -n 1 -l