Lines Matching +full:com +full:- +full:mode
4 - compatible: Should be "solomon,<chip>fb-<bus>". The only supported bus for
7 - reg: Should contain address of the controller on the I2C bus. Most likely
9 - pwm: Should contain the pwm to use according to the OF device tree PWM
11 - solomon,height: Height in pixel of the screen driven by the controller
12 - solomon,width: Width in pixel of the screen driven by the controller
13 - solomon,page-offset: Offset of pages (band of 8 pixels) that the screen is
17 - reset-gpios: The GPIO used to reset the OLED display, if available. See
19 - vbat-supply: The supply for VBAT
20 - solomon,segment-no-remap: Display needs normal (non-inverted) data column
22 - solomon,col-offset: Offset of columns (COL/SEG) that the screen is mapped to.
23 - solomon,com-seq: Display uses sequential COM pin configuration
24 - solomon,com-lrremap: Display uses left-right COM pin remap
25 - solomon,com-invdir: Display uses inverted COM pin scan direction
26 - solomon,com-offset: Number of the COM pin wired to the first display line
27 - solomon,prechargep1: Length of deselect period (phase 1) in clock cycles.
28 - solomon,prechargep2: Length of precharge period (phase 2) in clock cycles.
31 - solomon,dclk-div: Clock divisor 1 to 16
32 - solomon,dclk-frq: Clock frequency 0 to 15, higher value means higher
34 - solomon,lookup-table: 8 bit value array of current drive pulse widths for
38 - solomon,area-color-enable: Display uses color mode
39 - solomon,low-power. Display runs in low power mode
45 compatible = "solomon,ssd1307fb-i2c";
48 reset-gpios = <&gpio2 7>;
52 compatible = "solomon,ssd1306fb-i2c";
55 reset-gpios = <&gpio2 7>;
56 solomon,com-lrremap;
57 solomon,com-invdir;
58 solomon,com-offset = <32>;
59 solomon,lookup-table = /bits/ 8 <0x3f 0x3f 0x3f 0x3f>;