Posts by vpeter
-
-
If you see udoo in it's name it is for Udoo system. The other is for solidrun's cuboxi and others.
-
To be sure my waveshare driver is working correctly we need to analyze the hidraw data as explained here (under hidraw driver analysis).
But first you need to download xxd tool for RPi2 or RPi.
Before running it you need to stop some services
You should see line started with aa01 or aa00. If you don't change number 25 to lower or higher.Instead of /dev/hidraw0 you could try /dev/hidraw1, ..
-
-
But where I can get the Offset Parameters?
I think this is black magic
When you figure out let me know. Or ask kodi devs. Last time I checked raw coordinates were not exposed in kodi which means calibration addon is not possible. -
And I couldn't reach all Areas of Display with Cursor.
That's why display needs to be calibrated
-
If your cursor movement is good then it is just a matter of calibration the screen I think.
Regarding inverted screen: in file ts.conf add swap_xy=1 to line with module linear like it is done in ts.conf-generic. -
Good. I assume you need to adjust len parameter in ts.conf.
Sadly tool xxd is not included by addon. Which RPi image version you are using and I will compile it for you. -
-
Code
Input device ID: bus 0x3 vendor 0xeef product 0x1 version 0x210 Input device name: "eGalax Inc. USB TouchController"
Seems to me this is waveshare thing.
In ts_env.sh change PRODUCT_PID to 0210.
But this was only tested with display which had PRODUCT_PID=0005 and I don't know if your display will work too. Because this is hidraw device there is another entry in ts.conf named
len=22 indicates how much data it sends on one touch. You can read more here and if didn't work try len=25. If you can't figure out then you would need to use xxd tool to analyze the hidraw data (not included in addon).Also if using non-waveshare display then in file ts_env.sh TOUCHSCREEN_NAME variable must be set.
-
You are correct: it is missing from the repo. But good news is that it will be fixed in a day or two.
-
This addon doesn't work magically when it is installed - it must be manually configured as written multiple times.
In folder /storage/.kodi/userdata/addon_data/service.touchscreen there are few files. You need to copy ts.conf and ts_env.sh based on samples there. I don't know what kind of display is this. If it is real egalax then use files ts.conf-generic and ts_env.sh-sample. If this is waveshare type then use waveshare files. After reboot calibration should work.
-
From what I see bash is used only by sapphire driver package.
Code
Display More############################################## # LibreELEC # # http://libreelec.tv # ############################################## LibreELEC (community) Version: 7.90.009 LibreELEC:~ # which bash /bin/bash LibreELEC:~ # ls -l /bin/bash lrwxrwxrwx 1 root root 7 Dec 4 06:08 /bin/bash -> busybox
[hr]
From what I see bash is used only by sapphire driver package.Code
Display More############################################## # LibreELEC # # http://libreelec.tv # ############################################## LibreELEC (community) Version: 7.90.009 LibreELEC:~ # which bash /bin/bash LibreELEC:~ # ls -l /bin/bash lrwxrwxrwx 1 root root 7 Dec 4 06:08 /bin/bash -> busybox -
Run script on USB stick insert: LibreELEC
Also usually on disks are partitions and you need to use partition sdbX and not disk sdb. Also partition must be mounted first before copying.
-
does this site has any public proposal for hiring its developer, such as how much money one need to spend for supporting a single product for one year, lets say something like this
kszaq only > $1000 /year
escalade only > $2000 / yearteam work > $5000 /year
not so much but its better thank coffee donation, isn't it
if it does this way, maybe all company or start up would consider ask them for help
I think you will need to multiply your numbers by a lot
-
I personally have a subscription by *** URL REMOVED ***
Out of curiosity I'm wondering the stream quality? HD/SD, ... ? -
From here:
Quote
display_rotate isn't designed for the LCD, doesn't adjust touchscreen coordinates, and will also affect the HDMI display if you try to use both displays, so should be avoided if possible.I think what the correct display orientation is will be something not everyone will agree on. However if you prefer the other orientation then lcd_rotate=2 is the solution.
I think you should try lcd_rotate=2 instead of display_rotate=2. -
Get yourself proper internet connection?

You can download image directly on LibreELEC download page - but it is little hidden.
LibreELEC-imx6.arm-7.0.2.img.gz
LibreELEC-imx6.arm-7.90.008.img.gz