Qqwy

Qqwy

TypeCheck Core Team

Nerves: Connecting a Touch Screen

I am trying to create a photobooth using a Raspberry Pi 3, the Raspberry camera and a touch screen.

Currently I bought a WaveShare 3.5 inch RPi LCD as touch screen, but I just found out they only provide drivers for Raspbian and Ubuntu Mate. (Which seem to be identical to this: GitHub - goodtft/LCD-show: 2.4" 2.8"3.2" 3.5" 5.0" 7.0" TFT LCD driver for the Raspberry PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W)

I am currently running the Kiosk Rpi3 nerves system.

I’d like to know:

  • Is there a way to make this work for Nerves (without writing the drivers myself :grimacing:) ?
  • If not, is there a touchscreen (maybe the ‘official’ Raspberry touchscreen?) that works with Nerves out-of-the box?

Have a nice evening!

~Wiebe-Marten/Qqwy

Most Liked

Qqwy

Qqwy

TypeCheck Core Team

Indeed! I bought the 7" touch screen today, and it works right away without requiring any extra set-up.

The project is coming along nicely! :smiley:

ConnorRigby

ConnorRigby

Nerves Core Team

I’ve never used that lcd screen before but it looks to me like an elaborate shell script and some DTB files. You will need to basically recreate what that shell script is doing.

ConnorRigby

ConnorRigby

Nerves Core Team

I’ve used a few that are supported directly by the Kernel itself. They are not enabled by default, but were pretty easy to enable. (just needed a device tree overlay)
FWIW the ones that i have used came from Adafruit.

Where Next?

Popular in Questions Top

vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
Tee
can someone please explain to me how Enum.reduce works with maps
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers' Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
srinivasu
How to handle excepions in elixir? Suppose i have A, B, C ,D, E modules. and each module has get() function. A.get() method will call th...
New
shijith.k
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
PeterCarter
There are pre-rolled solutions for other frameworks that do work. However, Phoenix does not seem to have these. Have people had good expe...
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

Other popular topics Top

johnnyicon
Hi all, I've just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I'm trying to use Postg...
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
belgoros
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
malloryerik
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode. The solution seems to be, in a hyphena...
New
fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New
vegabook
I'm brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New
axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 47849 226
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New

We're in Beta

About us Mission Statement