SBUS is by default "inverted", which means opposite (inverted) of what common UART uses. SBUS inactive line is logic low level, and active bits are represented as logic 1 (high level). UART uses the opposite way, but as it is more common it is considered as "normal", and SBUS as inverted.
On the other hand, cheaper receivers use cheaper hardware that doesn't have the capability of "inverting" the serial signal to fully comply with SBUS standard, and of course omitting external inverter (on rx side) makes thing even cheaper. Therefore, some RXes do indeed have somewhat non-standard SBUS that uses "non-inverted" UART type protocol.
Anyways, back to LibrePilot, current next does support turning off the inverter. The option to do so is accessible in HwSettings object through System tab.