ronaldlw

Results 8 comments of ronaldlw

I did have it set to disable the cloud, i'm not sure if that affects the re-registration process or not, if so is there a way to re-enable that by...

I was able to get this working. I didn't know we had to copy the yi-hack-v5 folder to the sd card along with the home and root files.

i found that by twiddling with this line I was able to change to amber and green: https://github.com/larsbrinkhoff/terminal-simulator/blob/d5e3ae99850865ccf52c7285d32eedc89442df63/vt100/render.c#L53 u32 x = data->brightness; x = 255 * (31 - (x &...

Hrm.. So, the case is switched on ev.type and the if statements are all if ev.type == something, so wouldn't you just add case statements for those? Sorry, brushing up...

also totally lost trying to figure out what these are doing? https://github.com/larsbrinkhoff/terminal-simulator/blob/5aacb3a7a6ed90da9d6aaba8d4875307fe353045/vt100/sys.c#L13-L14 https://github.com/larsbrinkhoff/terminal-simulator/blob/5aacb3a7a6ed90da9d6aaba8d4875307fe353045/vt100/sys.c#L56-L57 https://github.com/larsbrinkhoff/terminal-simulator/blob/d5e3ae99850865ccf52c7285d32eedc89442df63/vt100/cpu.c#L478 It looks like a function definition prototype and also an array definition.. and seems to be...

> Ok, I think I figured this out. device_in and device_out are arrays of 256 pointers to functions to handle each port, right? Very tricky :) > also totally lost...

I found -f fixes the issue with text off the screen and the presence of the mouse cursor!

what resolution is it trying to render at by default? I have the 8" 1024 x 768 lcd display from Digikey mentioned in the VT100 replica project.