T4d3o
T4d3o
Hello, I need to represent the symbol € but not how to do it ... this bug has something to do?
My level is far to help. I managed to load the symbol repeating a part of the function loadFont ... and by passing the value cc = 8364 Thanks for...
What error message? I'm trying to make it work in raspberry 2, but I get this error: [test@alarmpi node-openvg-canvas]$ examples/swissClock.js Loading typeface file: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf /home/test/node-openvg-canvas/node_modules/openvg/bin/node-openvg: line 14: 969 Segmentation fault...
I think that I found the bug, can you try to change DejaVuSans to another font? you can change in lib/text/text.js If i change 'sans-serif' : '/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf', to 'sans-serif' :...
No. The load process starts Ok, with some fonts load Ok, Other fonts generate a seg fault in this call FT_Get_Char_Index() Other fonts generate a error 0x14 in this call...
Hello. Not a software problem I think. The small memory of rpi is the cause. I've solved using: global.gc(); You need to add the parameter: --expose-gc Like: node-canvas --expose-gc examples/swissClock.js...
Hi. The problem is MPD send RAW PCM data... without headers and PiFmRds fails . This path https://github.com/T4d3o/PiFmRds/commit/e814c5004590d99b7dc6a4132c9cdc0b52bf5d02 work for pipe, you can adapt it to fifo. Also I say...
Sox send headers... Anyway you can find out for sure printing the error puttind this between fprintf and return -1 in line 105 of fm_mpx.c: printf("%s", sf_strerror(inf));