Skip to content

Commit

Permalink
Fix banner layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sam210723 committed May 4, 2024
1 parent a09705f commit b4d4ee9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<p align="center">
<picture align="center">
<source media="(prefers-color-scheme: dark)" srcset="docs/img/banner-light.png">
<img src="docs/img/banner-light.png">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://wavebin.vksdr.com/img/banner-dark.png">
<img alt="" src="https://wavebin.vksdr.com/img/banner-light.png">
</picture>
<br><br>
<a href="https://pypi.org/project/wavebin/"><img src="https://img.shields.io/pypi/dm/wavebin" alt="PyPI Downloads"></a>
<a href="https://pypi.org/project/wavebin/"><img src="https://img.shields.io/github/release/sam210723/wavebin.svg" alt="GitHub Release"></a>
<a href="https://pypi.org/project/wavebin/"><img src="https://img.shields.io/pypi/pyversions/wavebin" alt="PyPI Python Versions"></a>
<a href="https://github.com/sam210723/wavebin/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License"></a>
</p>

[![GitHub release](https://img.shields.io/github/release/sam210723/wavebin.svg)](https://pypi.org/project/wavebin/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wavebin)](https://pypi.org/project/wavebin/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/wavebin)](https://pypi.org/project/wavebin/)
[![GitHub license](https://img.shields.io/github/license/sam210723/wavebin.svg)](https://github.com/sam210723/wavebin/master/LICENSE)

**wavebin** reads binary capture files generated by Agilent, Keysight and Rigol oscilloscopes and renders the waveforms in an interactive plot. Waveforms can be inspected, [filtered](#filtering), [clipped](#clipping), [subsampled](#subsampling) and exported to [sigrok PulseView](#export-to-pulseview) or [WAV files](#export-to-wav).

Expand Down

0 comments on commit b4d4ee9

Please sign in to comment.