All Projects → SayidHosseini → Stm32liquidcrystal

SayidHosseini / Stm32liquidcrystal

Liquid Crystal Library for STM32

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Stm32liquidcrystal

terminal
Terminal inside the microcontroller (cli for mcu)
Stars: ✭ 31 (+29.17%)
Mutual labels:  arm, microcontroller, stm32
Xpcc
DEPRECATED, use our successor library https://modm.io instead
Stars: ✭ 177 (+637.5%)
Mutual labels:  arm, stm32, microcontroller
stm32f103xx
DEPRECATED
Stars: ✭ 31 (+29.17%)
Mutual labels:  arm, microcontroller, stm32
Tinygo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Stars: ✭ 9,068 (+37683.33%)
Mutual labels:  arm, stm32, microcontroller
tinyfont
Text library for TinyGo displays
Stars: ✭ 37 (+54.17%)
Mutual labels:  arm, microcontroller, stm32
rnk
rnk is a RTOS targeting ARM architecture.
Stars: ✭ 22 (-8.33%)
Mutual labels:  arm, microcontroller
m3forth
m3forth is a forth cross-compiler for cortex-m3 ARM microcontrollers
Stars: ✭ 16 (-33.33%)
Mutual labels:  arm, microcontroller
Awesome Embedded
A curated list of awesome embedded programming.
Stars: ✭ 831 (+3362.5%)
Mutual labels:  stm32, microcontroller
Distortos
object-oriented C++ RTOS for microcontrollers
Stars: ✭ 354 (+1375%)
Mutual labels:  arm, microcontroller
Tock
A secure embedded operating system for microcontrollers
Stars: ✭ 3,258 (+13475%)
Mutual labels:  arm, microcontroller
Cortex M Quickstart
Template to develop bare metal applications for Cortex-M microcontrollers
Stars: ✭ 372 (+1450%)
Mutual labels:  arm, microcontroller
kconfig
Kconfig for ARM based MCUs
Stars: ✭ 15 (-37.5%)
Mutual labels:  arm, stm32
async-stm32f1xx
Abstractions for asynchronous programming on the STM32F1xx family of microcontrollers.
Stars: ✭ 24 (+0%)
Mutual labels:  arm, stm32
Openblt
Official read-only mirror of the SVN OpenBLT bootloader repository. Updated daily.
Stars: ✭ 256 (+966.67%)
Mutual labels:  stm32, microcontroller
toolchain68k
build a toolchain for cross developement. Supports motorola m68k-elf, avr and arm-none-eabi
Stars: ✭ 18 (-25%)
Mutual labels:  arm, stm32
Svd2rust
Generate Rust register maps (`struct`s) from SVD files
Stars: ✭ 347 (+1345.83%)
Mutual labels:  arm, microcontroller
Avem
🚁 轻量级无人机飞控-[Drone]-[STM32]-[PID]-[BLDC]
Stars: ✭ 465 (+1837.5%)
Mutual labels:  arm, stm32
Cortex M
Low level access to Cortex-M processors
Stars: ✭ 379 (+1479.17%)
Mutual labels:  arm, microcontroller
Stm32 Bootloader
Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.
Stars: ✭ 541 (+2154.17%)
Mutual labels:  stm32, microcontroller
Pyocd
Open source Python library for programming and debugging Arm Cortex-M microcontrollers
Stars: ✭ 550 (+2191.67%)
Mutual labels:  arm, microcontroller

= Liquid Crystal Library for ARM STM32 =

This library allows a STM32 ARM microcontroller to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. This is a port of LiquidCrystal library from Arduino.

== This library currently supports the following functionalities ==

{empty} + {empty} +

TIP: The examples have been built for the STM32F3 Discovery, but the library should work on any STM32 ARM microcontroller.

NOTE: This library and its examples are originated from http://www.arduino.cc/en/Reference/LiquidCrystal

{empty} +

== License ==

Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved. Copyright (C) 2010 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].