Home
last modified time | relevance | path

Searched +full:nhd +full:- +full:2 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/display/
Dsolomon,ssd1322.yaml5 include: [mipi-dbi-spi-device.yaml, display-controller.yaml]
8 column-offset:
13 row-offset:
17 COM pin used as first row, mapped to the line set by start-line.
20 start-line:
24 Starting line address of display ram (0-127).
27 mux-ratio:
31 COM Pin Multiplex ratio from 16-128.
34 remap-row-first:
38 remap-columns:
[all …]
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_lcdc.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/gpio/gpio.h>
8 #include <zephyr/dt-bindings/display/panel.h>
19 swap-xy;
28 bias-pull-up;
36 bias-pull-up;
42 clock-frequency = <400000>;
49 int-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>;
55 pinctrl-0 = <&display_controller_default>;
56 pinctrl-1 = <&display_controller_sleep>;
[all …]
/Zephyr-latest/samples/drivers/lcd_cyclonev_socdk/src/
Dcommands.h2 * SPDX-License-Identifier: Apache-2.0
6 * Reference: https://datasheetspdf.com/pdf-file/746090/Newhaven/NHD-0216K3Z-NSW-BBW/1
12 #define SET_CURSOR 0x45 /*1 byte param in range (0x00 - 0x4F) 2x16 display */
22 #define SET_CONTRAST 0x52 /* 1 byte param in range (1 - 50) 40 default */
23 #define SET_BACKLIGHT 0x53 /* 1 byte param in range (1 - 8) 1 default */
25 #define LD_CUSTOM_CHAR 0x54 /* 9 byte param 1st param: 1-byte */
34 * Bit 7 6 5 4 3 2 1 0 Hex
47 #define CHGE_RS232_BAUD 0x61 /* 1 byte param in range (1 - 8) */
53 * 2 1200
62 #define CHGE_I2C_ADDR 0X62 /* 1 byte param in range (0x00 - 0xFE), LSB = 0 */