-
Posts
3 -
Joined
-
Last visited
Reputation Activity
-
CaoSaMac reacted to rafman in How to install armbian in h618?
For Transpeed 8k in order to make your IR remote to work with Armbian (it may works and with other H618 boxes, but i test it only on Transpeed 8k)
do the following steps:
1> sudo apt-get install ir-keytable
2> copy the attached file transpeed-8k.toml to /etc/rc_keymaps/protocols/
3> add the following line to your /etc/rc.local
ir-keytable -p NEC -w /etc/rc_keymaps/protocols/transpeed-8k.toml
It works with mpv / vlc /celluloid.
Note: you can add any remote you have to your box by playing with ir-keytable is a very useful tool.
transpeed-8k.toml
-
CaoSaMac reacted to MMorales in How to install armbian in h618?
i made a little python script for scrolling text.
import psutil texto = """THIS IS A VERY LARGE TEXT FOR TESTING SCROLL SCREEN. 0123456789""" max_caracteres = 4 texto_completo = " "*max_caracteres + texto + " "*max_caracteres velocidad = 0.2 longitud_texto = len(texto_completo) def cerrar_proceso(nombre): """Cierra el proceso dado su nombre.""" for proc in psutil.process_iter(['name']): if proc.info['name'] == nombre: proc.terminate() # Termina el proceso proc.wait() # Espera a que el proceso termine while True: for i in range(longitud_texto - max_caracteres + 1): texto_a_enviar = texto_completo[i:i + max_caracteres] cerrar_proceso("OpenVFDService.exe" if os.name == 'nt' else "OpenVFDService") proceso = subprocess.Popen(['OpenVFDService', '-s', texto_a_enviar]) time.sleep(velocidad)
-
CaoSaMac got a reaction from wulfy23 in How to install armbian in h618?
Hi Long Vu . I use Vontar H618 2GB ram. it's running well with armbian 6.7.10 . only need to fix wifi driver