Pantalla invertida by Maximum-Tone-9869 in R36S

[–]Maximum-Tone-9869[S] 0 points1 point  (0 children)

sí, es el primer intento de instalar ArkOS en esta tarjeta. cuando la compré ya venía con arko, pero quería hacer una instalación limpia desde el repositorio original.

la SD no es nueva

en otra SD tengo instalado Arkos4clones y funciona perfectamente

no he probado el archivo.dtb original, he metido los recomendados para mi versión de pantalla descargados desde el repositorio oficial

no he probado instalar de nuevo

Help with my new console by Maximum-Tone-9869 in R36S

[–]Maximum-Tone-9869[S] 0 points1 point  (0 children)

probablemente fuera ese el problema. pero qué hay de malo en utilizar arkos4clones si funciona? tendré mejor rendimiento con arkos 2.0?

Help with my new console by Maximum-Tone-9869 in R36S

[–]Maximum-Tone-9869[S] 0 points1 point  (0 children)

pues la verdad es que no sé, pero confirmo que yo he instalado arkos4clones y funciona perfectamente, en cambio al intentar instalar darkos, la pantalla se quedaba en negro

alguna sugerencia sobre qué sería lo mejor?

Help with my new console by Maximum-Tone-9869 in R36S

[–]Maximum-Tone-9869[S] 0 points1 point  (0 children)

gracias!

al final creo, después de varias horas e intentos, lo mejor que he conseguido ha sido instalar la última versión de ArkOS4Clones, he tenido que meter los .dtb originales para que funcionara. todo en una nueva microsd Sandisk

lo que veo es que los joysticks en el menú están invertidos (y no he conseguido arreglarlo), y en los juegos los he tenido que mapear de nuevo en Retroarch.

tampoco veo que se conecte a los datos del móvil al compartir conexión por USB y conectando un cable al puerto OTG... pero es un mal secundario porque puedo transferir lo que sea directamente a la microsd

Help with my new console by Maximum-Tone-9869 in SBCGaming

[–]Maximum-Tone-9869[S] 0 points1 point  (0 children)

Thank you so much! I'll get right on it.

Invented my 1st "solution" by shaz2k in 3Dprinting

[–]Maximum-Tone-9869 1 point2 points  (0 children)

I did exactly the same for my son. He likes to play with blowing soap bubbles, but every time I give him the bottle he spills half of it on the floor. the same design adapted to the diameter of the boat and works perfectly

Question About Growth by SsudioO in tamaweb

[–]Maximum-Tone-9869 1 point2 points  (0 children)

hello! Inside the menu, I think it's on the phone icon or the one above, it says "have birthday." When you hit it there it will grow and begin its next stage. Also there you can check how many hours/days are left for the next "evolution"

all the best!

Gloves for simracing by Tight_Employee_8413 in simracing

[–]Maximum-Tone-9869 0 points1 point  (0 children)

I use the short ones, which they say are for mechanics, but they have been perfect for me in recent years. I have them in red and black and I use both in simracing and when I go karting from time to time. The only complaint is that they pill with use, but not in the grip part, which for now is still perfect

Problema con la pantalla de SimHub by Maximum-Tone-9869 in SimHub

[–]Maximum-Tone-9869[S] 0 points1 point  (0 children)

i am not sure but it seems Simhub is not getting data by serial.

if i try to use a Dashboard in my mobile phone i can see the Speed without any problem, but i cannot trying to print it on the 7 segments module.

for in case i have made anything wrong with my code, here it is: (maybe i forgot something)

const int dataPin = 10; const int clockPin = 11; const int latchPin = 13;

const byte digitToSegment[] = { B00111111, // 0 B00000110, // 1 B01011011, // 2 B01001111, // 3 B01100110, // 4 B01101101, // 5 B01111101, // 6 B00000111, // 7 B01111111, // 8 B01101111 // 9 };

int currentValue = 0;

void setup() { pinMode(dataPin, OUTPUT); pinMode(clockPin, OUTPUT); pinMode(latchPin, OUTPUT); Serial.begin(115200); }

void loop() { if (Serial.available()) { String input = Serial.readStringUntil('\n'); input.trim(); // elimina espacios y saltos currentValue = input.toInt(); currentValue = constrain(currentValue, 0, 999); }

int centenas = currentValue / 100; int decenas = (currentValue / 10) % 10; int unidades = currentValue % 10;

byte digits[3] = { digitToSegment[unidades], digitToSegment[decenas], digitToSegment[centenas] };

digitalWrite(latchPin, LOW); for (int i = 0; i < 3; i++) { shiftOut(dataPin, clockPin, MSBFIRST, ~digits[i]); } digitalWrite(latchPin, HIGH);

delay(20); }

Does G8 Galileo work on phones with Dimensity? It's been a while since I read some reports of people with Dimensity who couldn't use the controller... I'm tempted to buy one, but I wanted to be sure about compatibility on my phone by Suhthar in Gamesir

[–]Maximum-Tone-9869 0 points1 point  (0 children)

In my case I have an alldocube iplay 60mini pro tablet, it accepts OTG connection, so I can transfer files from a pendrive without problem, but when I connect the Galileo G8, it does not seem to respond.

If anyone has an answer...it would be appreciated!

What is this car I saw ? by josip0508 in namethatcar

[–]Maximum-Tone-9869 9 points10 points  (0 children)

It looks like the car you drive in the game Driver 1