Now, since that hat has keys that conflict with Hifiberry DAC2 HD, and I don't really want to have the tiny joystick and the 3 buttons on my streamer, I'm trying another TFT. This one is just the display, not a full hat and no keys, also no CS pin, only Reset: 35327
The pins are assigned to a block that does not conflict with the Hifiberry DAC2 HD: 35328 I recompiled fbcp-ili9341 with the new pinout, based on the docs from https://github.com/juj/fbcp-ili9341: Code: -------------------- cmake -DSPI_BUS_CLOCK_DIVISOR=6 -DST7789=ON -DGPIO_TFT_DATA_CONTROL=25 - DGPIO_TFT_RESET_PIN=15 -DGPIO_TFT_BACKLIGHT=23 .. -------------------- But it's not working yet, Jivelite throws the "socket connect failed" error. I read on a post that someone else managed to get these displays working, setting the pins via modprobe. For this pinout it would be: Code: -------------------- modprobe fbtft_device name=flexfb speed=32000000 gpios=dc:25,reset:22 -------------------- But it throws an error: Code: -------------------- modprobe: FATAL: Module fbtft_device not found in directory /lib/modules/5.10.42-pcpCore-v7 -------------------- I'm running pcp v8.0 and it loos like fbtft_device has been discontinued, not sure what's the new method to do the same setup. If anyone has a hint, it would be much appreciated :) +-------------------------------------------------------------------+ |Filename: ST7789_pinout.png | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=35328| +-------------------------------------------------------------------+ ------------------------------------------------------------------------ freakk's Profile: http://forums.slimdevices.com/member.php?userid=71950 View this thread: http://forums.slimdevices.com/showthread.php?t=111502 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
