From: bernie Date: Fri, 4 Nov 2005 18:28:09 +0000 (+0000) Subject: Describe gfx/ and dt/ subsystems. X-Git-Tag: 1.0.0~799 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c6757b89fbf309b9c5e9f5143e7d4853b686e322;p=bertos.git Describe gfx/ and dt/ subsystems. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@442 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/README.devlib b/README.devlib index 11e207bf..8b8e89d3 100755 --- a/README.devlib +++ b/README.devlib @@ -40,6 +40,8 @@ The modules are sorted in subdirectories by their category: - kern/ - Simple multitasking kernel implementation; - drv/ - Hardware drivers; + - dt/ - Object oriented framework for simple GUIs. + - gfx/ - Simple bitmap graphics functions; - mware/ - Algorithms, containers and other standalone code; - io/ - Infrastructure of I/O-related modules for hosted applications; - os/ - OS-abstraction layers for hosted environments;