sfxfs/ftb-8-md

1.0.0

Latest
uploaded 7 hours ago
ESP-IDF driver for Futaba 8-MD-06INK VFD (Vacuum Fluorescent Display) module

changelog

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2026-01-30

### Added
- Initial release
- SPI driver for Futaba 8-MD-06INK VFD display
- Support for 8-digit alphanumeric display
- `ftb8md_device_register()` - Device initialization with optional hardware reset
- `ftb8md_show_string()` - Display text strings
- `ftb8md_set_dimming()` - Brightness control (0-255 levels)
- `ftb8md_set_dot()` - Decimal point control per digit
- `ftb8md_enter_standby()` - Power saving standby mode
- `ftb8md_clear_display()` - Clear all display contents
- `ftb8md_write_custom_char()` - Define custom 5x7 characters in CGRAM
- `ftb8md_set_addressed_char()` - Display custom characters
- `ftb8md_set_segment()` - Direct segment control
- Basic example project
- Custom character example project
- Digital clock example project

Links

Maintainer

  • Xiao <xiaofeng-fu@foxmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "sfxfs/ftb-8-md^1.0.0"

download archive

Stats

  • Archive size
    Archive size ~ 19.76 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

sfxfs/ftb-8-md version: 1.0.0
|