• Stars
    star
    82
  • Rank 384,238 (Top 8 %)
  • Language
    C
  • Created almost 4 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A very lame UI library for embedded systems.

More Repositories

1

stm32_tiny_monitor

A tiny external monitor for PC using STM32 and ST7789. Connects to PC over USB and displays the captured screen on ST7789 (240x240) display.
C
97
star
2

msp430_cc1101_energia_v2

This is the version 2 of my previous CC1101 driver library for MSP430 (https://github.com/abhra0897/MSP430-CC1101-Energia-Library). This time it is much better, with lots of new features, supporting all the frequencies, and works perfectly. Read the readme.md for detailed information.
C++
18
star
3

gowin-easy-linux

Easy setup of GoWin FPGA SDK on Linux. A single script (main_launcher) automates all the critical steps and quickly fires up the IDE.
V
17
star
4

stm32f1_ili9341_parallel

This is a fast display driver for interfacing ILI9341 LCD display with STM32F1 microcontroller over an 8bit parallel (8080-II/I) bus. Mainly made for my personal usage.
C
11
star
5

DSO-150-Shell-PC-Plotter

A small program to connect to JYETech's DSO 150 / DSO Shell through serial port and plot the data both in Time domain and Frequency domain.
Python
6
star
6

stm32f1_st7789_spi

This is a fast display driver for interfacing ST7789 LCD display with STM32F1 microcontroller over an SPI bus. Mainly made for my personal usage.
C
6
star
7

stm8s_cc1101

Driver library to interface TI's CC1101 RF transciever with ST's STM8S 8-bit microcontroller. This driver lib is compatible with SpaceTeddy's Arduino library.
C
5
star
8

LameUI_simulation

A crappy simulator for my even crappier UI library "LameUI"
C
5
star
9

MSP430-CC1101-Energia-Library

This is a library for using ti's CC1101 RF IC with ti's MSP430 MCUs. This version is discontinued and a newer (and much better) version is available. Please go and check the new library: https://github.com/abhra0897/msp430_cc1101_energia_v2
C++
4
star
10

stm8_fun

Planning to make a pov display with stm8.
C
2
star
11

LameGallery

LameGallery is a tiny pocket-sized digital photo gallery powered by ESP8266.
C
2
star
12

youtube-live-ffmpeg

Just a tiny shell script to start a live stream right from a bash shell. This script can be called by python program or any other program to start stream on demand using code.
Shell
2
star
13

ascii_art_gen

A simple (and useless) ASCII art generator which takes BMP images as input and writes to a text file.
C
1
star
14

stm8_mood_lamp

A 3D printed mood lamp powered by stm8s microcontroller that is cotrolling a ws2812b led dtrip.
C
1
star
15

fonts_embedded

This repository is a tutorial about how to create fonts (and bitmap images) for embedded system displays to use with my display drivers. It also has some font files prepared following this tutorial. I use this method for all my display driver codes.
C
1
star
16

psoc6_ili9341

ILI9341 LCD Display Driver for Cypress/Infineon PSoC6 Microcontroller
C
1
star