Martin Walker

Results 9 comments of Martin Walker

File: fxtest Build ID: 9f70f84ca9321f175a032e02eb9a0e39679560e2 Type: cpu Time: Oct 14, 2019 at 8:14am (UTC) Duration: 19.83mins, Total samples = 1190.23s ( 100%) Showing nodes accounting for 1158.07s, 97.30% of 1190.23s...

I have running in to awful performance when reinvoking the lexer and have resorted to a "patch". The patch below never seems to fail and makes a 1000 fold and...

it's in unix patch format and simply strips out the select leaving just the channel read. I have not delved into your code to find a true fix. I just...

I tried a lot of different constructors. the back of the display is in this image https://ae01.alicdn.com/kf/S31d4a2d1bfa84bf38e20306ab0a32c46r.jpg regards Martin On Mon, Jul 18, 2022 at 11:56 PM olikraus ***@***.***> wrote:...

thanks for the reply. I have tried: //U8X8_ST7567_JLX12864_HW_I2C u8x8(21,22); //U8X8_ST7567_JLX12864_HW_I2C u8x8(U8X8_PIN_NONE); //U8X8_ST7567_ENH_DG128064_SW_I2C u8x8(21,22); //U8X8_ST7567_ENH_DG128064I_SW_I2C u8x8(21,22); //U8X8_ST7567_OS12864_SW_I2C u8x8(21,22); //U8X8_ST7567_OS12864_2ND_HW_I2C u8x8(U8X8_PIN_NONE); //U8X8_ST7567_ENH_DG128064I_2ND_HW_I2C u8x8(U8X8_PIN_NONE); //U8X8_ST7567_ENH_DG128064I_HW_I2C u8x8(U8X8_PIN_NONE); U8X8_ST7567_JLX12864_2ND_HW_I2C u8x8(U8X8_PIN_NONE); on a couple of displays...

Thank you for your response. That is indeed the trick. u8x8.setI2CAddress(0x3F*2); has brought things to life. If you don't mind me saying though. Isn't it a little bit buried. Without...

Deathly slow under Linux, shows low cpu but all memory in use, though the system monitor only shows 72% of 32gb in use.

Linux utilities suggest it's not using much memory, there is no swap going on and I'm typing this now on a very responsive system whilst waiting on a simple prompt...

Bit late in the day, but I saw the same issue. I have created a fork https://github.com/marsjupiter1/node-red-contrib-harmony this tries to solve the issue in H command by allowing a lot...