8051-mcu-debug
Use when debugging 8051-compatible microcontrollers, 51 MCU firmware, STC download issues, Keil C51 projects, interrupts, timers, UART, or startup failures
Use when integrating, porting, configuring, or debugging U8g2 displays, OLED/LCD drivers, I2C/SPI callbacks, fonts, frame buffers, or monochrome embedded UI
$ npx -y skills add easyzoom/aix-skills --skill u8g2-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/u8g2-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging U8g2 displays, OLED/LCD drivers, I2C/SPI callbacks, fonts, frame buffers, or monochrome embedded UI
name: u8g2-integration description: Use when integrating, porting, configuring, or debugging U8g2 displays, OLED/LCD drivers, I2C/SPI callbacks, fonts, frame buffers, or monochrome embedded UI
Use this skill to integrate U8g2 by proving display controller wiring, bus callbacks, reset timing, buffer mode, and font memory before debugging drawing code. Small display failures are usually port or bus issues first.
Use this skill when:
Do not use this skill for full GUI stacks like LVGL. Use `lvgl-integration` when widgets and input devices dominate.
Ask for:
1. Confirm hardware path. Check power, reset, I2C/SPI wiring, address, CS/DC pins, and logic levels.
1. Select exact constructor. Controller, resolution, rotation, and interface must match the panel.
1. Implement bus callbacks. Byte and GPIO/delay callbacks must drive I2C/SPI and reset timing correctly.
1. Choose buffer mode. Full buffer is simpler but uses RAM; page mode needs correct drawing loop.
1. Test minimal draw. Draw a box or text with a small font before custom UI.
Before claiming U8g2 works:
User:
U8g2 驱动 OLED 一直黑屏。
Agent:
1. Asks for controller, constructor, I2C/SPI pins, reset pin, address, and buffer mode. 1. Checks hardware and bus callback before drawing code. 1. Tests a minimal box/text draw with the correct page loop.
AIX Skills is a public collection of Agent Skills, templates, and references for building repeatable AI workflows.
Use when debugging 8051-compatible microcontrollers, 51 MCU firmware, STC download issues, Keil C51 projects, interrupts, timers, UART, or startup failures
Use when integrating, evaluating, configuring, or debugging Avem embedded C framework modules, event-driven components, drivers, middleware, or application…
Use when integrating or debugging Li-ion charger/fuel gauge ICs (BQ24295, BQ27441, MAX17048) over I2C, covering charge start, watchdog host mode, NTC/JEITA…
Use when integrating, designing, or debugging BLE GATT services, characteristics, descriptors, MTU, notifications, indications, pairing, connection parameters,…
Use when debugging embedded bootloaders, application jumps, vector table offsets, firmware upgrade flow, OTA state, image validation, rollback, or boot…
Use when integrating, porting, configuring, or debugging CAN bus libraries, CANBus-Triple, MCP2515, CAN frames, bit timing, filters, or embedded automotive…