aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tools
Commit message (Collapse)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-2/+2
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-032-15/+15
|
* Update license headerTibo Clausen2018-10-012-2/+2
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-081-2/+2
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-083-9/+9
|
* Added type gFont to replace V2.x font_tinmarket2018-07-084-4/+4
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-083-3/+3
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-084-8/+8
| | | | replace justifyXXX
* Change coord_t to gCoordinmarket2018-07-084-7/+7
|
* Added new type definitions - moving towards V3.0inmarket2018-06-234-23/+23
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-104-19/+19
|
* First set of V3 macro changesinmarket2018-02-275-71/+71
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-1/+5
| | | | more cross platform
* Fixing demosJoel Bodenmann2015-10-301-2/+2
|
* Improving demo (/demos/tools/touch_calibration_grabber)Joel Bodenmann2015-06-191-0/+4
|
* Adding /demos/tools/touch_calibration_grabber which can be used to read out ↵Joel Bodenmann2015-06-183-0/+151
| | | | the calibration data
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-212-4/+4
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Move the uGFX based tools into a sub-directory of demos so they can be ↵inmarket2014-11-149-0/+1172
compiled using the standard build system facility for building demo's.
='#n328'>328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521