<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103952/st7789-display-connected-to-a-nrf5340dk-board</link><description>I am trying to test a nRF5340 with a 1.3 inch waveshare 240x240 display using a st7789 driver. How would I connect the display to the board: 
 
 
 
 
 
 VCC 
 
 
 3.3v 
 
 
 
 
 GND 
 
 
 Ground 
 
 
 
 
 DIN 
 
 
 Serial Data 
 
 
 
 
 CLK 
 
 
 Serial</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 Jul 2024 14:24:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103952/st7789-display-connected-to-a-nrf5340dk-board" /><item><title>RE: ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/thread/496437?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 14:24:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1e2e556-c9d7-4a4f-9bbb-3fa7417b9281</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hi Leo,&lt;/p&gt;
&lt;p&gt;that seems to be specific issue/concern with the display,&lt;/p&gt;
&lt;p&gt;nonetheless, yes, you can control it through a gpio pin and set the pin to high in the code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/thread/495888?ContentTypeID=1</link><pubDate>Sat, 27 Jul 2024 20:31:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c699c7c-1cc8-4043-813c-266f9c217656</guid><dc:creator>lcj</dc:creator><description>&lt;p&gt;I don&amp;#39;t see backlight referenced in it or even bl. I can connect it to 3.3 and have it on all the time but is there a way I can control it turning on and off from code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/thread/491134?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 13:30:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:759c87db-43c3-4e2b-95ef-112a1067ccd4</guid><dc:creator>helsing</dc:creator><description>[quote user="lcj"]How does the backlight (BL) connect to the board and where is it referenced in the overlay?[/quote]
&lt;p&gt;It looks like the backlight is not refernced in the overlay.&lt;/p&gt;
&lt;p&gt;What you could do is to choose a free pin and implement the control of this, either in your application or you could modify the driver. &lt;/p&gt;
&lt;p&gt;I also searched the datasheet for &amp;#39;backlight&amp;#39; and found this:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1719490198793v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Perhaps it is possible to turn on or dim the backlight from the SPI interface?&lt;/p&gt;
&lt;p&gt;I also noticed there is an overlay named &lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/v2.6.0/boards/shields/st7789v_generic/st7789v_waveshare_240x240.overlay"&gt;st7789v_waveshare_240x240.overlay&lt;/a&gt; in the SDK. Have you tried that one?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/thread/490597?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2024 11:18:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:277517c5-4923-4709-b027-eddc3f713f36</guid><dc:creator>lcj</dc:creator><description>&lt;p&gt;How does the backlight (BL) connect to the board and where is it referenced in the overlay?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/thread/447043?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2023 11:35:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72edf286-e31a-4dc4-88d8-655aed483b81</guid><dc:creator>WesC</dc:creator><description>&lt;p&gt;So if you want to use the shield you should be able to add the CMAKE argument in the build configuration in VSC.&amp;nbsp; so select &amp;quot;ADD Argument&amp;quot; under the extra cmake argument option.&amp;nbsp; in that field type&lt;/p&gt;
&lt;p&gt;-DSHIELD=st7789v_tl019fqv01&lt;/p&gt;
&lt;p&gt;this should add the shield in the build and you can see that in the build/zephyr folder with the Zephyr.dts file.&lt;/p&gt;
&lt;p&gt;if you want to just use the overlay like above then you add the SPI features above the child node definition for the ST7789.&amp;nbsp; you will also need to define the pin_cntrl for those pins.&amp;nbsp; something like this:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
&amp;amp;spi1 {
	compatible = &amp;quot;nordic,nrf-spim&amp;quot;;
	status = &amp;quot;okay&amp;quot;;
	pinctrl-0 = &amp;lt;&amp;amp;spi_master_default&amp;gt;;
	pinctrl-1 = &amp;lt;&amp;amp;spi_master_sleep&amp;gt;;
	cs-gpios = &amp;lt;&amp;amp;gpio0 11 GPIO_ACTIVE_LOW&amp;gt;;
	st7789v_st7789v_tl019fqv01: st7789v@0 {
	compatible = &amp;quot;sitronix,st7789v&amp;quot;;
	spi-max-frequency = &amp;lt; 0x1312d00 &amp;gt;;
	reg = &amp;lt; 0x0 &amp;gt;;
	cmd-data-gpios = &amp;lt; &amp;amp;arduino_header 0xf 0x1 &amp;gt;;
	reset-gpios = &amp;lt; &amp;amp;arduino_header 0xe 0x1 &amp;gt;;
	width = &amp;lt; 0x140 &amp;gt;;
	height = &amp;lt; 0xaa &amp;gt;;
	x-offset = &amp;lt; 0x0 &amp;gt;;
	y-offset = &amp;lt; 0x23 &amp;gt;;
	vcom = &amp;lt; 0x2b &amp;gt;;
	gctrl = &amp;lt; 0x35 &amp;gt;;
	vrhs = &amp;lt; 0xf &amp;gt;;
	vdvs = &amp;lt; 0x20 &amp;gt;;
	mdac = &amp;lt; 0x60 &amp;gt;;
	gamma = &amp;lt; 0x1 &amp;gt;;
	colmod = &amp;lt; 0x55 &amp;gt;;
	lcm = &amp;lt; 0x2c &amp;gt;;
	porch-param = [ 0C 0C 00 33 33 ];
	cmd2en-param = [ 5A 69 02 01 ];
	pwctrl1-param = [ 52 A1 ];
	pvgam-param = [ D0 00 02 07 0B 1A 31 54 40 29 12 12 12 17 ];
	nvgam-param = [ D0 00 02 07 05 15 2D 44 44 1C 18 16 1C 1D ];
	ram-param = [ 00 F8 ];
	rgb-param = [ CD 08 14 ];
	};
}

&amp;amp;pinctrl {
	spi_master_default: spi_master_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(SPIM_SCK, 0, 6)&amp;gt;,
					&amp;lt;NRF_PSEL(SPIM_MOSI, 0, 7)&amp;gt;,
					&amp;lt;NRF_PSEL(SPIM_MISO, 0, 25)&amp;gt;;
		};
	};

	spi_master_sleep: spi_master_sleep {
		group1 {
			psels = &amp;lt;NRF_PSEL(SPIM_SCK, 0, 6)&amp;gt;,
					&amp;lt;NRF_PSEL(SPIM_MOSI, 0, 7)&amp;gt;,
					&amp;lt;NRF_PSEL(SPIM_MISO, 0, 25)&amp;gt;;
			low-power-enable;
		};
	};
	};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/thread/447034?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2023 11:14:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:578a352c-4ee2-4051-9ce0-2d70b26250e1</guid><dc:creator>lcj</dc:creator><description>&lt;p&gt;So create an overlay file for the board and copy the st7789, correct? Where do I connect the wires from the display to the 5340dk?&lt;br /&gt;&lt;br /&gt;I see these two display settings in the pinetime dts and the shield. They are both under a spi, is there some way I should set this up for the nrf5340dk?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="direction:ltr;"&gt;
&lt;table style="border-color:#000000;" title="" summary=""&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="border:1pt solid #A3A3A3;padding:4pt 4pt 4pt 4pt;vertical-align:top;width:3.4673in;"&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;"&gt;&amp;amp;arduino_spi {&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.375in;"&gt;status = &amp;quot;okay&amp;quot;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.375in;"&gt;cs-gpios = &amp;lt;&amp;amp;arduino_header 16 GPIO_ACTIVE_LOW&amp;gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* D10 */&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.375in;"&gt;st7789v_st7789v_waveshare_240x240: st7789v@0 {&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;compatible = &amp;quot;sitronix,st7789v&amp;quot;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;spi-max-frequency = &amp;lt;20000000&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;reg = &amp;lt;0&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;cmd-data-gpios = &amp;lt;&amp;amp;arduino_header 15 GPIO_ACTIVE_LOW&amp;gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* D9 */&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;reset-gpios = &amp;lt;&amp;amp;arduino_header 14 GPIO_ACTIVE_LOW&amp;gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* D8 */&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;width = &amp;lt;240&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;height = &amp;lt;240&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;x-offset = &amp;lt;0&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;y-offset = &amp;lt;0&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;vcom = &amp;lt;0x19&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;gctrl = &amp;lt;0x35&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;vrhs = &amp;lt;0x12&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;vdvs = &amp;lt;0x20&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;mdac = &amp;lt;0x00&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;gamma = &amp;lt;0x01&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;colmod = &amp;lt;0x05&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;lcm = &amp;lt;0x2c&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;porch-param = [0c 0c 00 33 33];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;cmd2en-param = [5a 69 02 01];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;pwctrl1-param = [a4 a1];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;pvgam-param = [D0 04 0D 11 13 2B 3F 54 4C 18 0D 0B 1F 23];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;nvgam-param = [D0 04 0C 11 13 2C 3F 44 51 2F 1F 1F 20 23];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;ram-param = [00 F0];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;rgb-param = [CD 08 14];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.375in;"&gt;};&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;"&gt;};&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border:1pt solid #A3A3A3;padding:4pt 4pt 4pt 4pt;vertical-align:top;width:3.1215in;"&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;"&gt;&amp;amp;spi1 {&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.375in;"&gt;/* Sitronix ST7789V LCD */&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.375in;"&gt;st7789v: st7789v@1 {&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;compatible = &amp;quot;sitronix,st7789v&amp;quot;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;reg = &amp;lt;1&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;spi-max-frequency = &amp;lt;8000000&amp;gt;; /* 8MHz */&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;cmd-data-gpios = &amp;lt;&amp;amp;gpio0 18 GPIO_ACTIVE_LOW&amp;gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* DET */&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;reset-gpios = &amp;lt;&amp;amp;gpio0 26 GPIO_ACTIVE_LOW&amp;gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* RESX reset */&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;width = &amp;lt;240&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;height = &amp;lt;240&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;x-offset = &amp;lt;0&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;y-offset = &amp;lt;0&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;vcom = &amp;lt;0x19&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;gctrl = &amp;lt;0x35&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;vrhs = &amp;lt;0x12&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;vdvs = &amp;lt;0x20&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;mdac = &amp;lt;0x00&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;gamma = &amp;lt;0x01&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;colmod = &amp;lt;0x05&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;lcm = &amp;lt;0x2c&amp;gt;;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;porch-param = [0c 0c 00 33 33];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;cmd2en-param = [5a 69 02 01];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;pwctrl1-param = [a4 a1];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;pvgam-param = [D0 04 0D 11 13 2B 3F 54 4C 18 0D 0B 1F 23];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;nvgam-param = [D0 04 0C 11 13 2C 3F 44 51 2F 1F 1F 20 23];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;ram-param = [00 F0];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.75in;"&gt;rgb-param = [CD 08 14];&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;margin-left:.375in;"&gt;};&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:11.0pt;margin:0in;"&gt;};&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/thread/447028?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2023 10:40:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6478170c-4418-458a-a29d-33f31f2a73cc</guid><dc:creator>lcj</dc:creator><description>&lt;p&gt;Shields are confusing me a little.&lt;br /&gt;&lt;br /&gt;I see&amp;nbsp;&amp;amp;arduino_spi&amp;nbsp; in the &lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/0d5c508fc78b002ffae3d4445acb6c5cf4fa8cff/boards/shields/st7789v_generic/st7789v_waveshare_240x240.overlay#L14C1-L14C14"&gt;st7789v_st7789v_waveshare_240x240 file&lt;/a&gt;&amp;nbsp;does that mean I need to create a reference for the nrf5340dk_nrf5430_cpuapp? Is that what is meant by &amp;quot;&lt;span&gt;boards must also provide a configuration matching their supported connectors.&amp;quot; Does that mean I need to create a specific one for the nrf5340?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am use to changing things in a local overlay but not really changing the command line (since I&amp;#39;m using the nrf connect for visual studio adding), so I think I would use the kconfig option for actviation.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is all of this an alternative to creating an overlay file?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/thread/446906?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2023 13:54:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4fb9e5e-870a-400f-8e3a-b045701914f8</guid><dc:creator>khelmutlord</dc:creator><description>&lt;p&gt;To tag on, there is a &amp;ldquo;shield&amp;rdquo; overlay file for this display:&amp;nbsp;&lt;a id="" href="https://docs.zephyrproject.org/latest/boards/shields/st7789v_generic/doc/index.html"&gt;https://docs.zephyrproject.org/latest/boards/shields/st7789v_generic/doc/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;more info on shields:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.zephyrproject.org/latest/hardware/porting/shields.html"&gt;docs.zephyrproject.org/.../shields.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ST7789 display connected to a nRF5340DK board</title><link>https://devzone.nordicsemi.com/thread/446904?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2023 13:48:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60815bf9-334a-411a-8f3a-179afd83034c</guid><dc:creator>WesC</dc:creator><description>&lt;p&gt;The ST7789 has many node specific properties outside the SPI interface&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/build/dts/api/bindings/display/sitronix,st7789v.html#std-dtcompatible-sitronix-st7789v"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/build/dts/api/bindings/display/sitronix,st7789v.html#std-dtcompatible-sitronix-st7789v&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;you can look at the Pinetime devkit0 with the DTS for a reference.&amp;nbsp; there is a node specific to the ST7789 and it is part of the chosen node as zephyr,display.&amp;nbsp; you can mimic that in an overlay.&amp;nbsp; you can find the dts here&amp;nbsp;C:\ncs\v2.4.2\zephyr\boards\arm\pinetime_devkit0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>