peterbmckinley

Results 74 comments of peterbmckinley

I know the resolution for both the 0.96" SSD1306 and the 1.3" SSH1106 is 128x64, but surely yours is the same? I haven't changed the defaults. But I'll try it...

Given that yours works and you are using the same resolution display (128x64), please post your CURRENT values for SIZE, ROWS & COLUMNS I will match your values and re-test....

I haven't changed it from the default "Tiny ttf". If you could post your own settings for size, rows and columns for a working system using the same screen it...

You can fix it, I have much confidence in you 😁 Did you use the code from the later commit, that claims to fix this problem? I sent a screenshot...

Good work. I'll try it later today when I get home. Peter On Mon, 24 Aug 2020, 14:02 Krizzel87, wrote: > Log in and typ in Bash stty rows 7...

Ok I opened T2 with ctrl-alt-F2, but when I went back to T1 (ctrl-alt-F1) the problem is the exactly the same as shown in my videos. 🙄 I know Richard...

Its good that you're seeing the same issue, so we know it isn't platform specific

> > > ![fix_oled](https://user-images.githubusercontent.com/22861197/90992085-62500f80-e5a5-11ea-8fce-aaac022ee6dd.png) > Also, can I check you changed THIS oledterm.py file and NOT satoshinm's original oledterm.py file? Please confirm sorry to be a bore, but can you...

Might be worth enabling some virtual RAM by creating additional swap file? In my example 384MB. dd if=/dev/zero of=/root/myswapfile bs=1M count=384 chmod 600 /root/myswapfile mkswap /root/myswapfile swapon /root/myswapfile nano /etc/fstab...

I have the same minor annoyance in Win7 Pro x64. I tried the fix suggested here: https://github.com/hexchat/hexchat/issues/2152#issuecomment-782943492 to hide it, but without success