Krisjanis Rijnieks

Results 158 comments of Krisjanis Rijnieks
trafficstars

So one way how this could look like is as follows. ``` let J3 = board.add( header_serial_reverse, {translate: pt(IC1.posX+.02, y+.23), rotate: -90, label: 'J3 serial', kicad: { footprint: "Capacitor_SMD:C_0402_1005Metric", tstamp:...

Yes, having both is the plan. I am not sure where to add the whole board-specific properties.

Properties, such as `Sheetfile` and `Sheetname`. I am trying out something like this now. ``` let board = new PCB(); board.kicad = { properties: [ ["Sheetfile", "UsbUart_Cp2102.Cp2102"], ["Sheetname", "usbconv"] ]...

It is developing [here](https://github.com/leomcelroy/svg-pcb/pull/61) as follows. ``` // Board-wide properties let board = new PCB(); board.kicad = { properties: { Sheetfile: "UsbUart_Cp2102.Cp2102", Sheetname: "usbconv" } }; ``` and ``` //...

This: http://www.auvidea.eu/index.php/theme-styles/2014-12-30-22-32-06/b101

It works. The problem is that I want it to be possible to detect when the HDMI cable is disconnected and switch from HDMI in to something else if that...

Hi. It could be that some of the libraries needed for openFrameworks did no install. Did you run the `scripts/linux/download_libs.sh` script?